样式修改
This commit is contained in:
@@ -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{
|
||||||
|
|||||||
Reference in New Issue
Block a user