优化:页面背景自适应

This commit is contained in:
Liu 宇阳
2024-11-12 19:55:24 +08:00
parent bb51a52502
commit 464ccf770d
15 changed files with 15 additions and 15 deletions

View File

@@ -172,7 +172,7 @@ const CommentPage = () => {
</Form>
</Card>
<Card className={`${titleSty} mt-2`}>
<Card className={`${titleSty} mt-2 min-h-[calc(100vh-250px)]`}>
<Table
rowKey="id"
dataSource={list}