From 147da96cb8b2cdd4478847c1efeb644f53592f52 Mon Sep 17 00:00:00 2001 From: hsm-lv Date: Wed, 26 Oct 2022 20:17:34 +0800 Subject: [PATCH] =?UTF-8?q?[amis-saas-7150]:=E9=80=89=E6=8B=A9=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E4=B8=8B=E6=8B=89=E5=AD=97=E4=BD=93=E5=A4=A7=E5=B0=8F?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Id3acd1e446c08b8c715dcddcbfc73c342eafa0e6 --- packages/amis-editor-core/scss/control/_event-action.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/amis-editor-core/scss/control/_event-action.scss b/packages/amis-editor-core/scss/control/_event-action.scss index aa1ccc9f3..8b1612b9f 100644 --- a/packages/amis-editor-core/scss/control/_event-action.scss +++ b/packages/amis-editor-core/scss/control/_event-action.scss @@ -258,7 +258,9 @@ } .action-config-dialog { - font-size: 12px; + *:not(svg) { + font-size: 12px; + } .action-config-panel { background: #ffffff;