huangxw il y a 6 mois
Parent
commit
393a5abce0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/zycp-app/swyq-code/index.vue

+ 1 - 1
src/views/zycp-app/swyq-code/index.vue

@@ -28,7 +28,7 @@
                 </el-form>
             </div>
             <div class="flex1 ov-hd pd-16">
-                <vxe-table :data="list" border :loading="loading">
+                <vxe-table :data="list" border :loading="loading" min-height="0" max-height="100%">
                     <vxe-column type="seq" title="序号" width="50">
                         <template #default="{ $rowIndex }">
                             {{ paramForm.pageSize * (paramForm.pageNum - 1) + $rowIndex + 1 }}