情不知从何起,一往而情深
排名
6
文章
6
粉丝
16
评论
8
{{item.articleTitle}}
{{item.blogName}} : {{item.content}}
ICP备案 :渝ICP备18016597号-1
网站信息:2018-2024TNBLOG.NET
技术交流:群号656732739
联系我们:contact@tnblog.net
欢迎加群交流技术

vue-element-admin表头样式。element table 设置表头颜色

3684人阅读 2021/11/12 16:52 总访问:768917 评论:0 收藏:0 手机
分类: 前端


在表格上增加 :header-cell-style就行了

<el-table
  ref="multipleTable"
  :data="tableData"
  tooltip-effect="dark"
  :header-cell-style="{background:'#f8f8f9',color:'#515a6e'}"//表头样式
  style="width: 100%;margin-top:10px"
  @selection-change="handleSelectionChange"
>


欢迎加群讨论技术,群:677373950(满了,可以加,但通过不了),2群:656732739

评价