From f9410e049450a8e96f50a440e012c40455fe400a 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:21:46 +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 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/index.less b/src/index.less index 3499c3f..3a3c44c 100644 --- a/src/index.less +++ b/src/index.less @@ -155,6 +155,14 @@ code { background-color: #ffffff !important; } +.ant-menu-item { + height: 48px !important; +} + +.ant-menu-submenu-title { + height: 48px !important; +} + .ant-menu-submenu-active > .ant-menu-submenu-title { background-color: rgba(#ff4d4f, 0.1) !important; }