From a2c649f629fa79db7f45277e4cd7df1efde9ebeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BA=E7=8B=A8?= <18119604035@163.com> Date: Thu, 9 Mar 2023 17:22:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A6=E4=BE=A7=E8=8F=9C=E5=8D=95=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/index.less b/src/index.less index 3a3c44c..6f8a499 100644 --- a/src/index.less +++ b/src/index.less @@ -163,6 +163,10 @@ code { height: 48px !important; } +.ant-menu-item-only-child { + height: 40px !important; +} + .ant-menu-submenu-active > .ant-menu-submenu-title { background-color: rgba(#ff4d4f, 0.1) !important; }