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; }