Blogger Information
Blog 47
fans 0
comment 2
visits 102673
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
element ui Table组件溢出隐藏,鼠标经过再显示出来
拾一枝樱花的博客
Original
2377 people have browsed it

实现方式:

添加 show-overflow-tooltip 属性给需要的列

实例

<template>  
  <el-table :data="tableData" style="width: 100%">    
    <el-table-column prop="phone" label="姓名"> </el-table-column>    
    <el-table-column prop="address" label="地址" show-overflow-tooltip></el-table-column>  
  </el-table> 
</template>

运行实例 »

点击 "运行实例" 按钮查看在线实例



Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post