feat: 增加column-resizable属性

This commit is contained in:
rd
2025-07-07 13:46:24 +08:00
parent f8f1301989
commit 0766c7c1ad
8 changed files with 16 additions and 3 deletions

View File

@ -49,7 +49,15 @@
<template #default>重置</template>
</a-button>
</div>
<a-table :data="dataSource" row-key="id" :pagination="false" :scroll="{ x: '100%' }" class="w-100%" bordered>
<a-table
:data="dataSource"
row-key="id"
:pagination="false"
:scroll="{ x: '100%' }"
class="w-100%"
bordered
column-resizable
>
<template #empty>
<NoData />
</template>