feat(ui): adjust table scroll width in Dashboard

This commit is contained in:
Fu Diwei 2025-04-10 21:57:22 +08:00
parent acc1365101
commit 2a6cc01eed

View File

@ -285,7 +285,7 @@ const Dashboard = () => {
}}
pagination={false}
rowKey={(record) => record.id}
scroll={{ x: "max(100%, 960px)" }}
scroll={{ x: "max(100%, 720px)" }}
size="small"
/>
</Card>