修改Cookie管理表格最小宽度

This commit is contained in:
whyour 2021-03-23 17:04:07 +08:00
parent a4f06413a3
commit 39ae979953

View File

@ -275,7 +275,7 @@ const Config = () => {
rowKey="pin"
size="middle"
bordered
scroll={{ x: '100%' }}
scroll={{ x: 768 }}
/>
<CookieModal
visible={isModalVisible}