mirror of
https://github.com/PlayEdu/backend
synced 2025-07-20 21:03:20 +08:00
系统配置logo显示样式优化
This commit is contained in:
parent
dbf81e9577
commit
871574af1f
@ -195,7 +195,7 @@ const SystemConfigPage = () => {
|
|||||||
labelCol={{ style: { marginTop: 8, marginLeft: 54 } }}
|
labelCol={{ style: { marginTop: 8, marginLeft: 54 } }}
|
||||||
>
|
>
|
||||||
<div className="d-flex">
|
<div className="d-flex">
|
||||||
<Image preview={false} width={150} height={50} src={logo} />
|
<Image preview={false} height={40} src={logo} />
|
||||||
<div className="d-flex ml-24">
|
<div className="d-flex ml-24">
|
||||||
<UploadImageButton
|
<UploadImageButton
|
||||||
onSelected={(url) => {
|
onSelected={(url) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user