系统配置优化

This commit is contained in:
禺狨 2023-04-25 11:42:48 +08:00
parent 096466633f
commit e44b129f82

View File

@ -244,7 +244,7 @@ const SystemConfigPage = () => {
label="网站标题"
name="system.name"
>
<Input style={{ width: 274 }} placeholder="请填写网站标题" />
<Input style={{ width: 274 }} allowClear placeholder="请填写网站标题" />
</Form.Item>
<Form.Item
style={{ marginBottom: 30 }}