欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

element表格无数据时,自定义“暂无数据”以及col超出的tool-tip

程序员文章站 2022-01-05 10:50:37
...
 
 <el-table :data="tableDatas" style="width: 100%" max-height="129">
     <template slot="empty">
           <div style="height:92px;line-height:92px;">暂无月度产值预警</div>
      </template>  
      <el-table-column prop="regionFullName" label="施工区段" align="center" 
       :show-overflow-tooltip="true">
      </el-table-column>    
  </el-table>

 

相关标签: elementUI