可以使用 el-table 组件的 header-cell-style 属性来设置表头单元格的样式,其中可以包含背景颜色属性,例如:

<template>
  <el-table :data="data" header-cell-style="background-color: red; color: white">
    <!-- 表格列定义 -->
  </el-table>
</template>
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐