忆点点

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

电脑版发表于:2021/11/12 16:52


在表格上增加 :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"
>


关于TNBLOG
TNBLOG,技术分享。技术交流:群号677373950
ICP备案 :渝ICP备18016597号-1
App store Android
精彩评论
{{item.replyName}}
{{item.content}}
{{item.time}}
{{subpj.replyName}}
@{{subpj.beReplyName}}{{subpj.content}}
{{subpj.time}}
猜你喜欢