mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 06:46:09 +08:00
修改Cookie管理表格最小宽度
This commit is contained in:
parent
a4f06413a3
commit
39ae979953
|
@ -275,7 +275,7 @@ const Config = () => {
|
||||||
rowKey="pin"
|
rowKey="pin"
|
||||||
size="middle"
|
size="middle"
|
||||||
bordered
|
bordered
|
||||||
scroll={{ x: '100%' }}
|
scroll={{ x: 768 }}
|
||||||
/>
|
/>
|
||||||
<CookieModal
|
<CookieModal
|
||||||
visible={isModalVisible}
|
visible={isModalVisible}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user