全局样式更改

This commit is contained in:
caoxinyu
2019-06-13 16:18:04 +08:00
parent 2c4709dcde
commit 71a8fc9c65
3 changed files with 16 additions and 8 deletions

View File

@@ -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{