refactor(account-manage): 优化表格样式和空状态处理

This commit is contained in:
rd
2025-09-19 17:43:11 +08:00
parent a4ce67cd18
commit 0080669427

View File

@ -7,11 +7,11 @@
:scroll="{ x: '100%' }"
:showSorterTooltip="false"
bordered
class="flex-1 manuscript-table w-100%"
class="flex-1 w-100%"
rowKey="id"
>
<template #emptyText>
<NoData text="暂无文件" />
<NoData />
</template>
<Column
v-for="column in tableColumns"