mirror of
https://github.com/PlayEdu/backend
synced 2025-06-07 19:24:11 +08:00
系统配置优化
This commit is contained in:
parent
6ecd1de62a
commit
015dc667cb
@ -304,7 +304,7 @@ const SystemConfigPage = () => {
|
|||||||
style={{ marginBottom: 30 }}
|
style={{ marginBottom: 30 }}
|
||||||
label="PC学员端Logo"
|
label="PC学员端Logo"
|
||||||
name="system.logo"
|
name="system.logo"
|
||||||
labelCol={{ style: { marginTop: 4, marginLeft: 54 } }}
|
labelCol={{ style: { marginTop: 4, marginLeft: 24 } }}
|
||||||
>
|
>
|
||||||
<div className="d-flex">
|
<div className="d-flex">
|
||||||
<Image preview={false} height={40} src={logo} />
|
<Image preview={false} height={40} src={logo} />
|
||||||
@ -361,10 +361,10 @@ const SystemConfigPage = () => {
|
|||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item
|
<Form.Item
|
||||||
style={{ marginBottom: 30 }}
|
style={{ marginBottom: 30 }}
|
||||||
label="H5端访问地址"
|
label="H5学员端地址"
|
||||||
name="system.h5_url"
|
name="system.h5_url"
|
||||||
>
|
>
|
||||||
<Input style={{ width: 274 }} placeholder="请填写H5端访问地址" />
|
<Input style={{ width: 274 }} placeholder="请填写H5学员端地址" />
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item
|
<Form.Item
|
||||||
style={{ marginBottom: 30 }}
|
style={{ marginBottom: 30 }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user