首先给el-table定义一个class叫all-table
.all-table{
::v-deep{
.el-table__row{
td{
background:#eee;
.cell{
font-size:16px;
color:#555;
font-weight:bold;
}
}
}
}
}
all-table
.all-table{
::v-deep{
.el-table__row{
td{
background:#eee;
.cell{
font-size:16px;
color:#555;
font-weight:bold;
}
}
}
}
}
本文标题:如何用scss修改el-table中td的值
本文链接:https://www.haomeiwen.com/subject/mkxzkrtx.html
网友评论