Parcourir la source

update 修改panel宽度

linweizeng il y a 2 ans
Parent
commit
7cdfa1711a
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/business/platform/org/employee/panel.vue

+ 2 - 2
src/business/platform/org/employee/panel.vue

@@ -26,7 +26,7 @@
           />
         </div>
         <div
-          :style="{ height:auto}"
+          :style="{ height:(tableHeight)+'px'}"
         >
           <el-scrollbar
             style="height: 100%;width:100%; padding-bottom:8px;"
@@ -53,7 +53,7 @@
       </div>
       <ibps-crud
         ref="crud"
-        :height="'auto'"
+        height="520"
         :data="listData"
         :toolbars="listConfig.toolbars"
         :search-form="listConfig.searchForm"