全局样式更改
This commit is contained in:
@@ -27,12 +27,20 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
//.el-table td, .el-table th.is-leaf{
|
||||
// border-bottom: 1px solid DarkGray;
|
||||
// border-left: 1px solid DarkGray;
|
||||
// border-top: 1px solid DarkGray;
|
||||
// border-right: 1px solid DarkGray;
|
||||
//}
|
||||
.el-table th{
|
||||
background-color: rgb(98, 157, 209);
|
||||
color: white;
|
||||
}
|
||||
.el-table td, .is-leaf{
|
||||
hover: red;
|
||||
background-color: rgb(213, 230, 347);
|
||||
color: black;
|
||||
font-weight:400
|
||||
|
||||
}
|
||||
.el-table--striped .el-table__body tr.el-table__row--striped td{
|
||||
background-color: rgb(255, 255, 255);
|
||||
}
|
||||
.el-textarea__inner,
|
||||
.el-radio__inner,
|
||||
.el-input__inner{
|
||||
|
||||
Reference in New Issue
Block a user