refactor(account-manage): 优化表格样式和空状态处理
This commit is contained in:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user