问题遇到的现象和发生背景
网上找了很多解决办法都没有用,实在不知道该怎么写了
网上找了很多解决办法都没有用,实在不知道该怎么写了
<el-table
:data="scope.row.distributionList"
max-height="500px"
tooltip-effect="dark"
class="expandTable"
header-cell-class-name='header-row'
cell-class-name='cell-class'
>
.header-row{
background: none;
color: rgba(144, 147, 153,0.8);
border: none;
}
.cell-class{
color: rgba(144, 147, 153,0.8);
border: none;
}
}