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