需求:修改部分table表格的行橫線色
步驟一
在要修改的el-table上加入class,例如 class="twj-tabble"
步驟二
在頁面的css處或通用css文件內容加入
.twj-table td, .twj-table th.is-leaf { border-bottom: 1px solid #cadcff; }
.spd-pl-table
td,
.spd-pl-table
th.is-leaf {
border-bottom:
1px
solid
#cadcff;
}