linweizeng пре 2 година
родитељ
комит
7cdfa1711a
1 измењених фајлова са 2 додато и 2 уклоњено
  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>
         <div
         <div
-          :style="{ height:auto}"
+          :style="{ height:(tableHeight)+'px'}"
         >
         >
           <el-scrollbar
           <el-scrollbar
             style="height: 100%;width:100%; padding-bottom:8px;"
             style="height: 100%;width:100%; padding-bottom:8px;"
@@ -53,7 +53,7 @@
       </div>
       </div>
       <ibps-crud
       <ibps-crud
         ref="crud"
         ref="crud"
-        :height="'auto'"
+        height="520"
         :data="listData"
         :data="listData"
         :toolbars="listConfig.toolbars"
         :toolbars="listConfig.toolbars"
         :search-form="listConfig.searchForm"
         :search-form="listConfig.searchForm"