mirror of
https://github.com/usual2970/certimate.git
synced 2025-09-03 23:11:47 +00:00
feat(ui): adjust table scroll width in Dashboard
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user