vue - elementui 元件 表格 <el-table> 列頭修改背景顏色

岑惜發表於2024-10-12
<style scoped lang="less">

/deep/ .el-table__header .el-table__cell{
  background-color: var(--el-fill-color-lighter) !important;
}

</style>

相關文章