mirror of
https://github.com/usual2970/certimate.git
synced 2025-09-02 14:31:47 +00:00
feat(ui): adjust table scroll width in Dashboard
This commit is contained in:
@@ -285,7 +285,7 @@ const Dashboard = () => {
|
|||||||
}}
|
}}
|
||||||
pagination={false}
|
pagination={false}
|
||||||
rowKey={(record) => record.id}
|
rowKey={(record) => record.id}
|
||||||
scroll={{ x: "max(100%, 960px)" }}
|
scroll={{ x: "max(100%, 720px)" }}
|
||||||
size="small"
|
size="small"
|
||||||
/>
|
/>
|
||||||
</Card>
|
</Card>
|
||||||
|
Reference in New Issue
Block a user