refactor(account-manage): 优化表格样式和空状态处理
This commit is contained in:
@ -7,11 +7,11 @@
|
|||||||
:scroll="{ x: '100%' }"
|
:scroll="{ x: '100%' }"
|
||||||
:showSorterTooltip="false"
|
:showSorterTooltip="false"
|
||||||
bordered
|
bordered
|
||||||
class="flex-1 manuscript-table w-100%"
|
class="flex-1 w-100%"
|
||||||
rowKey="id"
|
rowKey="id"
|
||||||
>
|
>
|
||||||
<template #emptyText>
|
<template #emptyText>
|
||||||
<NoData text="暂无文件" />
|
<NoData />
|
||||||
</template>
|
</template>
|
||||||
<Column
|
<Column
|
||||||
v-for="column in tableColumns"
|
v-for="column in tableColumns"
|
||||||
|
|||||||
Reference in New Issue
Block a user