|
@@ -241,7 +241,7 @@
|
|
|
|
|
|
.el-table,
|
|
|
.custom-table.el-table {
|
|
|
- background: #fff;
|
|
|
+ background: #070b13;
|
|
|
border : 1px solid rgba(33, 105, 195, 0.5) !important; // 包裹表格父元素边框
|
|
|
|
|
|
.el-table__row {
|
|
@@ -272,13 +272,13 @@
|
|
|
|
|
|
tr {
|
|
|
td {
|
|
|
- color : #000;
|
|
|
- background-color: #fff; // 表格基数行背景颜色
|
|
|
+ color : rgb(157, 157, 157);
|
|
|
+ background-color: #070b13; // 表格基数行背景颜色
|
|
|
}
|
|
|
|
|
|
&:hover td {
|
|
|
color : #1890ff; // 表格基数行 hover 文字颜色
|
|
|
- background-color: #fff !important; // 表格基数行 hover 背景颜色
|
|
|
+ background-color: #070b13 !important; // 表格基数行 hover 背景颜色
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -344,12 +344,12 @@
|
|
|
|
|
|
&.el-table--striped .el-table__body tr.el-table__row--striped {
|
|
|
td {
|
|
|
- background-color: rgb(250, 250, 250) !important; // 表格偶数行背景颜色
|
|
|
+ background-color: #101828 !important; // 表格偶数行背景颜色
|
|
|
}
|
|
|
|
|
|
&:hover td {
|
|
|
color : #1890ff;
|
|
|
- background-color: rgb(250, 250, 250) !important; // 表格偶数行 hover 背景颜色
|
|
|
+ background-color: #070b13 !important; // 表格偶数行 hover 背景颜色
|
|
|
}
|
|
|
|
|
|
|
|
@@ -397,6 +397,11 @@
|
|
|
color: #000;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ .el-table,
|
|
|
+ .custom-table.el-table {
|
|
|
+ background: #070b13;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.reportDia {
|
|
@@ -428,7 +433,7 @@
|
|
|
.custom-warning,
|
|
|
.stopQueryBox,
|
|
|
.data-search {
|
|
|
- background: #fff;
|
|
|
+ // background: #fff;
|
|
|
}
|
|
|
|
|
|
.pageSty {
|
|
@@ -447,7 +452,7 @@
|
|
|
.search-wrapper {
|
|
|
.search-item {
|
|
|
.label {
|
|
|
- color: #000;
|
|
|
+ // color: #000;
|
|
|
}
|
|
|
}
|
|
|
}
|