调整样式

This commit is contained in:
liuyp 2024-06-06 20:57:51 +08:00
parent bc307174a9
commit 6b9b2cde78

View File

@ -111,7 +111,8 @@
:total="recordTotal"
@selection-change="handleSelectionChange"
@sort-change="handleSortChange"
v-if="tableHeight" :max-height="tableHeight + 'px'"
height="300px"
max-height="500px"
>
<el-table-column type="selection" width="55" align="center" />
<el-table-column :label="$t('运单号')" align="center" prop="billCode" min-width="170" />