vue 表头背景颜色的设置
时间:2019-10-17 17:24:23
收藏:0
阅读:555
表头为el-table
<el-table :header-cell-style="{background:‘#eef1f6‘,color:‘#606266‘}">
...
</el-table>
.repaymentLog-ward{
//上左下右
margin: 30px 10px 10px 10px;
}
.repaymentLog-table{
线宽度 线颜色
border:1px solid #cccccc;
}
原文:https://www.cnblogs.com/lei0913/p/11692920.html
评论(0)