优化UI细节

This commit is contained in:
宇阳
2024-08-13 21:04:46 +08:00
parent 6f4b5a1f95
commit 017a7f0b73
2 changed files with 13 additions and 60 deletions

View File

@@ -126,7 +126,7 @@ const CommentPage = () => {
<Card className={`${titleSty} mt-2`}>
<Spin spinning={loading} indicator={<svg />}>
<Table
{list.length && <Table
rowKey="id"
dataSource={list}
columns={columns}
@@ -136,7 +136,7 @@ const CommentPage = () => {
position: ['bottomCenter'],
pageSize: 8
}}
/>
/>}
</Spin>
</Card>