Explorar el Código

style: 修改组件库分组管理里表格的高度

wu.jian2 hace 1 año
padre
commit
b803bf6a4c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      data-room-ui/packages/ComponentList/CatalogEditForm.vue

+ 1 - 1
data-room-ui/packages/ComponentList/CatalogEditForm.vue

@@ -41,8 +41,8 @@
         </div>
         <el-table
           :key="randomKey"
+          max-height="450"
           class="bs-el-table"
-          height="100%"
           :data="tableList"
         >
           <el-empty />