From ec914837aec582313668b6dbbfad6490a74d298a Mon Sep 17 00:00:00 2001 From: qkiroc Date: Tue, 13 Dec 2022 21:11:07 +0800 Subject: [PATCH] =?UTF-8?q?amis-saas-7517=20=E9=A1=B5=E9=9D=A2=E5=A4=96?= =?UTF-8?q?=E8=A7=82bugfix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ia3a11ccdcfa93758f59114f65d1984350e0fc17b --- .../scss/style-control/_theme_classname.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages/amis-editor-core/scss/style-control/_theme_classname.scss b/packages/amis-editor-core/scss/style-control/_theme_classname.scss index 46ac1d4de..cfa4fb7a7 100644 --- a/packages/amis-editor-core/scss/style-control/_theme_classname.scss +++ b/packages/amis-editor-core/scss/style-control/_theme_classname.scss @@ -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; + } +}