duy hai 1 ano
pai
achega
1e79018257
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"
     />