fix(WebSearchSettings): responsive table layout (#8606)

fix(WebSearchSettings): 修复黑名单设置表格布局导致的响应性问题
This commit is contained in:
Phantom 2025-07-28 23:10:28 +08:00 committed by GitHub
parent 42918cf306
commit d5dd5bc88a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -255,6 +255,7 @@ const BlacklistSettings: FC = () => {
columns={columns}
dataSource={dataSource}
pagination={{ position: ['none'] }}
tableLayout="fixed"
/>
<SettingRow style={{ height: 50 }}>
<Button