摘要: 1 <template> 2 3 <div class="app-container"> 4 <el-table :data="tableData" stripe border style="width: 98%" ref="tableDataRef"> 5 <el-table-column typ 阅读全文
posted @ 2020-07-17 17:08 ThisCall 阅读(12452) 评论(0) 推荐(0) 编辑
摘要: /* 鼠标移入表格不高亮 */ .table-tranparent.el-table tbody tr:hover>td { background-color: #ffffff!important } .table-tranparent.el-table tbody tr:hover { backg 阅读全文
posted @ 2020-07-17 16:24 ThisCall 阅读(1817) 评论(0) 推荐(0) 编辑
摘要: https://i.cnblogs.com/posts?cateId=1048797 <template> <el-table :data="list" class="bg-fff" :row-class-name="rowIndex" > <el-table-column :formatter=" 阅读全文
posted @ 2020-07-17 10:38 ThisCall 阅读(2041) 评论(0) 推荐(0) 编辑