码迷,mamicode.com
首页 > 其他好文 > 详细

vue+element给el-table头部换背景颜色

时间:2021-06-02 14:23:53      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:and   ops   source   cti   data   com   color   cell   rop   

亲测有效

直接上代码:

 :header-cell-style="{background:‘#eef1f6‘,color:‘#606266‘}"

<el-table ref="commonTable" :data="dataSource" :max-height="tableHeight" @selection-change="handleSelectionChange"
        v-bind="tableProps" @sort-change="handleSortChange" :header-cell-style="{background:‘#EFF0F3‘,color:‘#A2AAB4‘}">

</el-table>

vue+element给el-table头部换背景颜色

标签:and   ops   source   cti   data   com   color   cell   rop   

原文地址:https://www.cnblogs.com/xx321/p/14822197.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!