当前位置: 代码迷 >> 综合 >> elementUi table
  详细解决方案

elementUi table

热度:7   发布时间:2024-02-07 10:13:01.0

1.表头设置颜色

 <el-table :header-cell-style="{background:'#eef1f6',color:'#606266'}"> ... </el-table>

  相关解决方案