Explorar o código

update 修改panel宽度

linweizeng %!s(int64=2) %!d(string=hai) anos
pai
achega
7cdfa1711a
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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"