样式修改

This commit is contained in:
caoxinyu
2019-06-13 16:36:47 +08:00
parent 25f25190f8
commit 11a383ff2d

View File

@@ -32,15 +32,16 @@
color: white; color: white;
} }
.el-table td, .is-leaf{ .el-table td, .is-leaf{
hover: red;
background-color: rgb(213, 230, 347); background-color: rgb(213, 230, 347);
color: black; color: black;
font-weight:400 font-weight:400
} }
.el-table--striped .el-table__body tr.el-table__row--striped td{ .el-table--striped .el-table__body tr.el-table__row--striped td{
background-color: rgb(255, 255, 255); background-color: rgb(255, 255, 255);
} }
.el-table thead.is-group th{
background-color: rgb(98, 157, 209);
}
.el-textarea__inner, .el-textarea__inner,
.el-radio__inner, .el-radio__inner,
.el-input__inner{ .el-input__inner{