|
@@ -240,25 +240,27 @@ aside {
|
|
|
.el-table--group::after, .el-table--border::after{
|
|
|
width:0px ;
|
|
|
}
|
|
|
+/*表格头部颜色*/
|
|
|
.el-table thead th{
|
|
|
background-color: #203b5c;
|
|
|
}
|
|
|
+/*表格内容颜色*/
|
|
|
.el-table tbody th {
|
|
|
color:#FFF;
|
|
|
background-color: #172434;
|
|
|
}
|
|
|
-
|
|
|
.el-table tbody tr {
|
|
|
background-color: #172434;
|
|
|
}
|
|
|
+/*表格斑马纹*/
|
|
|
+.el-table--striped .el-table__body tr.el-table__row--striped td{
|
|
|
+ background-color: #213246;
|
|
|
+}
|
|
|
.el-input__inner{
|
|
|
color:#FFF;
|
|
|
background-color: #172434;
|
|
|
border: 1px solid #3a4858;
|
|
|
}
|
|
|
-.el-table--striped .el-table__body tr.el-table__row--striped td{
|
|
|
- background-color: #213246;
|
|
|
-}
|
|
|
.el-range-input{
|
|
|
color:#FFF;
|
|
|
background-color: #172434;
|