Explorar el Código

项目资料收集

ZaiZai hace 1 año
padre
commit
a7e07cf6ba

+ 5 - 5
src/views/anomaly/index.vue

@@ -182,15 +182,15 @@ const exportClick = async (_, resolve) => {
     --el-table-header-bg-color: #101010;
     --el-table-header-text-color: #fff;
     --el-table-text-color: #101010;
-    .is-group th.el-table__cell {
+    thead.is-group th.el-table__cell {
         background: var(--el-table-header-bg-color);
     }
-    .el-table-fixed-column--left.el-table__cell,
-    .el-table-fixed-column--right.el-table__cell {
+    thead .el-table-fixed-column--left.el-table__cell,
+    thead .el-table-fixed-column--right.el-table__cell {
         background: var(--el-table-header-bg-color) !important;
     }
-    .el-table-fixed-column--left.el-table__cell,
-    .el-table-fixed-column--right.el-table__cell {
+    tbody .el-table-fixed-column--left.el-table__cell,
+    tbody .el-table-fixed-column--right.el-table__cell {
         background: var(--el-table-tr-bg-color) !important;
     }
     .el-table__body tr.current-row>td.el-table__cell {

+ 5 - 5
src/views/project/modules/gist-list.vue

@@ -317,15 +317,15 @@ defineExpose({
     --el-table-header-bg-color: #101010;
     --el-table-header-text-color: #fff;
     --el-table-text-color: #101010;
-    .is-group th.el-table__cell {
+    thead.is-group th.el-table__cell {
         background: var(--el-table-header-bg-color);
     }
-    .el-table-fixed-column--left.el-table__cell,
-    .el-table-fixed-column--right.el-table__cell {
+    thead .el-table-fixed-column--left.el-table__cell,
+    thead .el-table-fixed-column--right.el-table__cell {
         background: var(--el-table-header-bg-color) !important;
     }
-    .el-table-fixed-column--left.el-table__cell,
-    .el-table-fixed-column--right.el-table__cell {
+    tbody .el-table-fixed-column--left.el-table__cell,
+    tbody .el-table-fixed-column--right.el-table__cell {
         background: var(--el-table-tr-bg-color) !important;
     }
     .el-table__body tr.current-row>td.el-table__cell {

+ 5 - 5
src/views/project/modules/project-list.vue

@@ -620,15 +620,15 @@ defineExpose({
     --el-table-header-bg-color: #101010;
     --el-table-header-text-color: #fff;
     --el-table-text-color: #101010;
-    .is-group th.el-table__cell {
+    thead.is-group th.el-table__cell {
         background: var(--el-table-header-bg-color);
     }
-    .el-table-fixed-column--left.el-table__cell,
-    .el-table-fixed-column--right.el-table__cell {
+    thead .el-table-fixed-column--left.el-table__cell,
+    thead .el-table-fixed-column--right.el-table__cell {
         background: var(--el-table-header-bg-color) !important;
     }
-    .el-table-fixed-column--left.el-table__cell,
-    .el-table-fixed-column--right.el-table__cell {
+    tbody .el-table-fixed-column--left.el-table__cell,
+    tbody .el-table-fixed-column--right.el-table__cell {
         background: var(--el-table-tr-bg-color) !important;
     }
     .el-table__body tr.current-row>td.el-table__cell {

+ 5 - 5
src/views/system/menu.vue

@@ -223,15 +223,15 @@ const menuDataModalClose = ()=>{
     --el-table-header-bg-color: #101010;
     --el-table-header-text-color: #fff;
     --el-table-text-color: #101010;
-    .is-group th.el-table__cell {
+    thead.is-group th.el-table__cell {
         background: var(--el-table-header-bg-color);
     }
-    .el-table-fixed-column--left.el-table__cell,
-    .el-table-fixed-column--right.el-table__cell {
+    thead .el-table-fixed-column--left.el-table__cell,
+    thead .el-table-fixed-column--right.el-table__cell {
         background: var(--el-table-header-bg-color) !important;
     }
-    .el-table-fixed-column--left.el-table__cell,
-    .el-table-fixed-column--right.el-table__cell {
+    tbody .el-table-fixed-column--left.el-table__cell,
+    tbody .el-table-fixed-column--right.el-table__cell {
         background: var(--el-table-tr-bg-color) !important;
     }
     .el-table__body tr.current-row>td.el-table__cell {

+ 5 - 5
src/views/system/role.vue

@@ -212,15 +212,15 @@ const data = [
     --el-table-header-bg-color: #101010;
     --el-table-header-text-color: #fff;
     --el-table-text-color: #101010;
-    .is-group th.el-table__cell {
+    thead.is-group th.el-table__cell {
         background: var(--el-table-header-bg-color);
     }
-    .el-table-fixed-column--left.el-table__cell,
-    .el-table-fixed-column--right.el-table__cell {
+    thead .el-table-fixed-column--left.el-table__cell,
+    thead .el-table-fixed-column--right.el-table__cell {
         background: var(--el-table-header-bg-color) !important;
     }
-    .el-table-fixed-column--left.el-table__cell,
-    .el-table-fixed-column--right.el-table__cell {
+    tbody .el-table-fixed-column--left.el-table__cell,
+    tbody .el-table-fixed-column--right.el-table__cell {
         background: var(--el-table-tr-bg-color) !important;
     }
     .el-table__body tr.current-row>td.el-table__cell {

+ 5 - 5
src/views/system/user.vue

@@ -200,15 +200,15 @@ const roleOptions = ref([ {
     --el-table-header-bg-color: #101010;
     --el-table-header-text-color: #fff;
     --el-table-text-color: #101010;
-    .is-group th.el-table__cell {
+    thead.is-group th.el-table__cell {
         background: var(--el-table-header-bg-color);
     }
-    .el-table-fixed-column--left.el-table__cell,
-    .el-table-fixed-column--right.el-table__cell {
+    thead .el-table-fixed-column--left.el-table__cell,
+    thead .el-table-fixed-column--right.el-table__cell {
         background: var(--el-table-header-bg-color) !important;
     }
-    .el-table-fixed-column--left.el-table__cell,
-    .el-table-fixed-column--right.el-table__cell {
+    tbody .el-table-fixed-column--left.el-table__cell,
+    tbody .el-table-fixed-column--right.el-table__cell {
         background: var(--el-table-tr-bg-color) !important;
     }
     .el-table__body tr.current-row>td.el-table__cell {