Browse Source

Merge remote-tracking branch 'origin/master'

ZaiZai 1 year ago
parent
commit
b2e7149cd6
2 changed files with 4 additions and 2 deletions
  1. 3 1
      src/views/anomaly/index.vue
  2. 1 1
      src/views/system/menu.vue

+ 3 - 1
src/views/anomaly/index.vue

@@ -172,5 +172,7 @@ const exportClick = (row)=>{
 </style>
 
 <style>
-
+.anonaly-page .el-table {
+   color:black
+}
 </style>

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

@@ -21,7 +21,7 @@
                 </el-button>
             </template>
             <hc-table
-                ui="no-border" has-children="hasChildren1" :is-index="false"   
+                ui="no-border" has-children="hasChildren1" :is-index="true"   
                 :column="tableColumn" :datas="tableData"
                 :index-style="{ fixed: true, width: 60 }" is-check border :check-style="{ fixed: true, width: 29 }"