mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-03 02:59:07 +08:00
fix(WebSearchSettings): responsive table layout (#8606)
fix(WebSearchSettings): 修复黑名单设置表格布局导致的响应性问题
This commit is contained in:
parent
42918cf306
commit
d5dd5bc88a
@ -255,6 +255,7 @@ const BlacklistSettings: FC = () => {
|
||||
columns={columns}
|
||||
dataSource={dataSource}
|
||||
pagination={{ position: ['none'] }}
|
||||
tableLayout="fixed"
|
||||
/>
|
||||
<SettingRow style={{ height: 50 }}>
|
||||
<Button
|
||||
|
||||
Loading…
Reference in New Issue
Block a user