|
@@ -32,8 +32,6 @@ background-color: #757070;
|
|
|
/* 表格 */
|
|
|
.custom-00a598 .el-table td, .el-table th.is-leaf{
|
|
|
color: #d5d5d5;
|
|
|
-
|
|
|
-
|
|
|
}
|
|
|
.custom-00a598 .el-table th{
|
|
|
background-color:#333;
|
|
@@ -44,6 +42,9 @@ background-color: #757070;
|
|
|
.custom-00a598 .el-table td, .el-table th.is-leaf{
|
|
|
border-bottom: 1px solid #666;
|
|
|
}
|
|
|
+ .custom-00a598 .el-table td, .custom-00a598 .el-table th.is-leaf{
|
|
|
+ border-bottom: 1px solid #666
|
|
|
+ }
|
|
|
.custom-00a598 .el-table--enable-row-hover .el-table__body tr:hover>td{
|
|
|
background-color: #666 !important;
|
|
|
}
|
|
@@ -56,6 +57,9 @@ background-color: #757070;
|
|
|
color: #b6b6b6;
|
|
|
border: 1px solid #757070;
|
|
|
}
|
|
|
+ .custom-00a598 .el-table--border::after, .el-table--group::after, .el-table::before{
|
|
|
+ background-color: #535353;
|
|
|
+ }
|
|
|
.custom-00a598 .newfile .el-radio{
|
|
|
color: #333 !important;
|
|
|
}
|
|
@@ -167,11 +171,19 @@ background-color: #757070;
|
|
|
}
|
|
|
.custom-00a598 .el-button--primary{
|
|
|
background-color: #535353;
|
|
|
- border-color: #fff;
|
|
|
+ border-color: #535353;
|
|
|
+ color:#fff;
|
|
|
}
|
|
|
.custom-00a598 .real .real-content .status{
|
|
|
color: #d5d5d5 !important;
|
|
|
}
|
|
|
/* .el-tabs{
|
|
|
border-bottom: 1px solid #666;
|
|
|
- } */
|
|
|
+ } */
|
|
|
+ .custom-00a598 .textselsect {
|
|
|
+ margin-top: 5px;
|
|
|
+ }
|
|
|
+ .custom-00a598 .input{
|
|
|
+ border: 1px solid #535353;
|
|
|
+ }
|
|
|
+
|