Sfoglia il codice sorgente

服务类缺少资质列表高度

baichengfei 5 anni fa
parent
commit
caad87a459

+ 2 - 2
src/dashoo.cn/frontend_web/src/components/oilsupplier/techlist.vue

@@ -50,13 +50,13 @@
       <el-row :gutter="20">
         <el-col :span="14">
           <el-tree highlight-current :expand-on-click-node="true" node-key="CodeName" :data="orgtreelist"
-            :props="orgtreeprops" style="margin-top: 20px; height: calc(100vh - 450px); overflow: auto;"
+            :props="orgtreeprops" style="margin-top: 20px; height: calc(100vh - 350px); overflow: auto;"
             @check="checkLostCertTimeOut" ref="orgmanagetree" show-checkbox>
           </el-tree>
         </el-col>
         <el-col :span="10">
           <el-table
-            height="370px"
+            height="calc(100vh - 350px)"
             row-class-name="warning-row"
             highlight-current-row
             :data="lostTableData"