系统配置优化

This commit is contained in:
unknown 2024-01-26 10:16:40 +08:00
parent 6ecd1de62a
commit 015dc667cb

View File

@ -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 }}