mirror of
https://github.com/PlayEdu/backend
synced 2025-06-08 23:24:09 +08:00
系统配置跑马灯颜色配置优化
This commit is contained in:
parent
e44b129f82
commit
6c3b29e919
@ -244,7 +244,11 @@ const SystemConfigPage = () => {
|
|||||||
label="网站标题"
|
label="网站标题"
|
||||||
name="system.name"
|
name="system.name"
|
||||||
>
|
>
|
||||||
<Input style={{ width: 274 }} allowClear placeholder="请填写网站标题" />
|
<Input
|
||||||
|
style={{ width: 274 }}
|
||||||
|
allowClear
|
||||||
|
placeholder="请填写网站标题"
|
||||||
|
/>
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item
|
<Form.Item
|
||||||
style={{ marginBottom: 30 }}
|
style={{ marginBottom: 30 }}
|
||||||
@ -353,7 +357,7 @@ const SystemConfigPage = () => {
|
|||||||
label="跑马灯文字颜色"
|
label="跑马灯文字颜色"
|
||||||
name="player.bullet_secret_color"
|
name="player.bullet_secret_color"
|
||||||
>
|
>
|
||||||
<Input type="color" allowClear style={{ width: 32, padding: 0 }} />
|
<Input type="color" style={{ width: 32, padding: 0 }} />
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item
|
<Form.Item
|
||||||
style={{ marginBottom: 30 }}
|
style={{ marginBottom: 30 }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user