From edc62fcb23ad387efc98e670e099e88af7611489 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Wed, 12 Mar 2025 14:12:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/style/index.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/core-frontend/src/style/index.less b/core/core-frontend/src/style/index.less index 084400b04b..5c99e834a8 100644 --- a/core/core-frontend/src/style/index.less +++ b/core/core-frontend/src/style/index.less @@ -671,3 +671,9 @@ strong { .hidden-tooltip { display: none !important; } + +.de-collapse-style { + .ed-form-item__label { + margin-bottom: 8px !important; + } +}