duy 1 rok pred
rodič
commit
1e79018257

+ 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"
     />