Просмотр исходного кода

数据脱敏规则列表页优化:调整表格高度及移除冗余样式

yusheng 9 месяцев назад
Родитель
Сommit
55f643ed38
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/views/system/dataDesensitization/index.vue

+ 2 - 2
src/views/system/dataDesensitization/index.vue

@@ -5,7 +5,6 @@
     </div>
 
     <ele-pro-table
-      style="height: calc(100% - 120px)"
       ref="table"
       :columns="columns"
       :datasource="datasource"
@@ -14,7 +13,8 @@
       :page-size="20"
       @columns-change="handleColumnChange"
       :cache-key="cacheKeyUrl"
-      height="calc(100% - 100px)"
+      height="calc(100vh - 330px)"
+      full-height="calc(100vh - 176px)"
     >
       <!-- 表头工具栏 -->
       <template v-slot:toolbar>