mirror of
https://github.com/PlayEdu/backend
synced 2025-07-19 18:53:41 +08:00
系统配置优化
This commit is contained in:
parent
5dd9086b22
commit
cbe24caa0b
@ -268,7 +268,7 @@ const SystemConfigPage = () => {
|
|||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item
|
<Form.Item
|
||||||
style={{ marginBottom: 30 }}
|
style={{ marginBottom: 30 }}
|
||||||
wrapperCol={{ offset: 2, span: 21 }}
|
wrapperCol={{ offset: 3, span: 21 }}
|
||||||
>
|
>
|
||||||
<Button type="primary" htmlType="submit" loading={loading}>
|
<Button type="primary" htmlType="submit" loading={loading}>
|
||||||
保存
|
保存
|
||||||
@ -354,7 +354,13 @@ const SystemConfigPage = () => {
|
|||||||
labelCol={{ style: { marginTop: 75, marginLeft: 42 } }}
|
labelCol={{ style: { marginTop: 75, marginLeft: 42 } }}
|
||||||
>
|
>
|
||||||
<div className="d-flex">
|
<div className="d-flex">
|
||||||
<Image preview={false} width={320} height={180} src={thumb} />
|
<Image
|
||||||
|
preview={false}
|
||||||
|
width={320}
|
||||||
|
height={180}
|
||||||
|
src={thumb}
|
||||||
|
style={{ borderRadius: 6 }}
|
||||||
|
/>
|
||||||
<div className="d-flex ml-24">
|
<div className="d-flex ml-24">
|
||||||
<UploadImageButton
|
<UploadImageButton
|
||||||
onSelected={(url) => {
|
onSelected={(url) => {
|
||||||
@ -392,7 +398,7 @@ const SystemConfigPage = () => {
|
|||||||
)}
|
)}
|
||||||
<Form.Item
|
<Form.Item
|
||||||
style={{ marginBottom: 30 }}
|
style={{ marginBottom: 30 }}
|
||||||
wrapperCol={{ offset: 2, span: 21 }}
|
wrapperCol={{ offset: 3, span: 21 }}
|
||||||
>
|
>
|
||||||
<Button type="primary" htmlType="submit" loading={loading}>
|
<Button type="primary" htmlType="submit" loading={loading}>
|
||||||
保存
|
保存
|
||||||
|
Loading…
x
Reference in New Issue
Block a user