Explorar el Código

表格高度优化

yusheng hace 8 meses
padre
commit
32e5619648
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/system/parmasManage/index.vue

+ 1 - 0
src/views/system/parmasManage/index.vue

@@ -10,6 +10,7 @@
         :datasource="datasource"
         :selection.sync="selection"
         height="calc(100vh - 385px)"
+        full-height="calc(100vh - 120px)"
         row-key="id"
         :page-size="pageSize"
         @columns-change="handleColumnChange"