style: 样式调整

This commit is contained in:
rd
2025-08-15 16:26:43 +08:00
parent f27764e915
commit 2546b0a5cc
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
column-resizable
:pagination="false"
:scroll="{ x: '100%' }"
class="manuscript-table w-100%"
class="flex-1 manuscript-table w-100%"
bordered
:row-selection="rowSelection"
:selected-row-keys="selectedRowKeys"

View File

@ -6,7 +6,7 @@
column-resizable
:pagination="false"
:scroll="{ x: '100%' }"
class="manuscript-table w-100%"
class="flex-1 manuscript-table w-100%"
bordered
:row-selection="rowSelection"
:selected-row-keys="selectedRowKeys"