amis-saas-7517 页面外观bugfix

Change-Id: Ia3a11ccdcfa93758f59114f65d1984350e0fc17b
This commit is contained in:
qkiroc 2022-12-13 21:11:07 +08:00
parent 406ddd7e98
commit ec914837ae

View File

@ -4,6 +4,9 @@
position: absolute;
left: px2rem(-38px);
}
.is-group {
overflow: auto;
}
}
.ThemeClassName-editor {
height: auto;
@ -29,3 +32,9 @@
width: 100%;
}
}
.Theme-FontEditor {
.Theme-Wrapper-header-left {
font-weight: 400;
color: #5c5f66;
}
}