Kaynağa Gözat

项目资料收集

ZaiZai 1 yıl önce
ebeveyn
işleme
a6c68242ae

+ 1 - 1
public/version.json

@@ -1,3 +1,3 @@
 {
-  "value": "20240402170328"
+  "value": "20240402170759"
 }

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

@@ -189,8 +189,8 @@ const exportClick = async (_, resolve) => {
     .el-table-fixed-column--right.el-table__cell {
         background: var(--el-table-header-bg-color) !important;
     }
-    tbody .el-table-fixed-column--left.el-table__cell,
-    tbody .el-table-fixed-column--right.el-table__cell {
+    .el-table-fixed-column--left.el-table__cell,
+    .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 {

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

@@ -324,8 +324,8 @@ defineExpose({
     .el-table-fixed-column--right.el-table__cell {
         background: var(--el-table-header-bg-color) !important;
     }
-    tbody .el-table-fixed-column--left.el-table__cell,
-    tbody .el-table-fixed-column--right.el-table__cell {
+    .el-table-fixed-column--left.el-table__cell,
+    .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 {

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

@@ -627,8 +627,8 @@ defineExpose({
     .el-table-fixed-column--right.el-table__cell {
         background: var(--el-table-header-bg-color) !important;
     }
-    tbody .el-table-fixed-column--left.el-table__cell,
-    tbody .el-table-fixed-column--right.el-table__cell {
+    .el-table-fixed-column--left.el-table__cell,
+    .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 {

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

@@ -230,8 +230,8 @@ const menuDataModalClose = ()=>{
     .el-table-fixed-column--right.el-table__cell {
         background: var(--el-table-header-bg-color) !important;
     }
-    tbody .el-table-fixed-column--left.el-table__cell,
-    tbody .el-table-fixed-column--right.el-table__cell {
+    .el-table-fixed-column--left.el-table__cell,
+    .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 {

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

@@ -219,8 +219,8 @@ const data = [
     .el-table-fixed-column--right.el-table__cell {
         background: var(--el-table-header-bg-color) !important;
     }
-    tbody .el-table-fixed-column--left.el-table__cell,
-    tbody .el-table-fixed-column--right.el-table__cell {
+    .el-table-fixed-column--left.el-table__cell,
+    .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 {

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

@@ -207,8 +207,8 @@ const roleOptions = ref([ {
     .el-table-fixed-column--right.el-table__cell {
         background: var(--el-table-header-bg-color) !important;
     }
-    tbody .el-table-fixed-column--left.el-table__cell,
-    tbody .el-table-fixed-column--right.el-table__cell {
+    .el-table-fixed-column--left.el-table__cell,
+    .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 {