系统配置优化

This commit is contained in:
禺狨 2023-03-28 17:59:22 +08:00
parent 5dd9086b22
commit cbe24caa0b

View File

@ -268,7 +268,7 @@ const SystemConfigPage = () => {
</Form.Item>
<Form.Item
style={{ marginBottom: 30 }}
wrapperCol={{ offset: 2, span: 21 }}
wrapperCol={{ offset: 3, span: 21 }}
>
<Button type="primary" htmlType="submit" loading={loading}>
@ -354,7 +354,13 @@ const SystemConfigPage = () => {
labelCol={{ style: { marginTop: 75, marginLeft: 42 } }}
>
<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">
<UploadImageButton
onSelected={(url) => {
@ -392,7 +398,7 @@ const SystemConfigPage = () => {
)}
<Form.Item
style={{ marginBottom: 30 }}
wrapperCol={{ offset: 2, span: 21 }}
wrapperCol={{ offset: 3, span: 21 }}
>
<Button type="primary" htmlType="submit" loading={loading}>