fix: tablelayout 改为auto

This commit is contained in:
lilinyuan
2024-03-28 16:40:48 +08:00
parent e8270fbe0b
commit c412b8652d

View File

@@ -19,7 +19,7 @@
v-loading="localData.loading"
:row-key="tableConfig?.rowKey || 'id'"
v-bind="$attrs"
table-layout="fixed"
table-layout="auto"
:show-overflow-tooltip="true"
highlight-current-row
@selection-change="selectionChange"