duy 1 år sedan
förälder
incheckning
1e79018257
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/views/transfer/components/visual-table.vue

+ 1 - 1
src/views/transfer/components/visual-table.vue

@@ -2,7 +2,7 @@
 <template>
     <HcTable
         ref="tableRef"
-        heights="280px" :column="tableColumn" :datas="tableData" :loading="tableLoaing"
+        heights="300px" :column="tableColumn" :datas="tableData" :loading="tableLoaing"
         is-new :index-style="{ width: 60 }" is-check :check-style="{ width: 29 }"
         @selection-change="tableSelection"
     />