mirror of
https://github.com/usual2970/certimate.git
synced 2025-06-13 16:09:52 +00:00
feat(ui): adjust table scroll width in Dashboard
This commit is contained in:
parent
acc1365101
commit
2a6cc01eed
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user