elementui中表格的表头颜色设置

558 阅读1分钟

使用 header-cell-style

<template>
<el-table :header-cell-style="{ 
      background:'#e2d2d2',height:'100px',color:'#000000',border: '1px solid tan'}">
...
</el-table>
</template>

实现效果:

image.png