From 7e7737bb052d696d6a062df72fafb4018f6b6f6f Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Tue, 17 Dec 2024 14:00:16 +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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/core-frontend/src/style/index.less b/core/core-frontend/src/style/index.less index a232e8830b..3b3e96a2c9 100644 --- a/core/core-frontend/src/style/index.less +++ b/core/core-frontend/src/style/index.less @@ -646,3 +646,7 @@ strong { border: 1px solid #dee0e3 !important; border-radius: 2px; } + +.de-el-dropdown-menu-fixed .de-panel .right-menu-foot .footer-right { + line-height: 36px; +}