From ac59260a49cba96fe8f687b0a1bdded9f7b29630 Mon Sep 17 00:00:00 2001 From: xlzy <1017866168@qq.com> Date: Sun, 26 Mar 2023 20:48:58 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=9B=B4=E6=96=B0=E3=80=91=E9=A1=B6?= =?UTF-8?q?=E9=83=A8=E6=A0=8F=E5=BA=94=E7=94=A8=E4=B8=BB=E9=A2=98=E8=89=B2?= =?UTF-8?q?=E6=97=B6=E4=BF=AE=E6=AD=A3=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- snowy-admin-web/src/style/index.less | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/snowy-admin-web/src/style/index.less b/snowy-admin-web/src/style/index.less index e08b4ccf..9c15b662 100644 --- a/snowy-admin-web/src/style/index.less +++ b/snowy-admin-web/src/style/index.less @@ -151,6 +151,12 @@ a, button, input, textarea { border-bottom: 1px solid var(--border-color-split); box-shadow: 0 1px 4px rgba(0, 21, 41, .08); background-color: var(--body-background); + + .ant-menu-item{ + padding-right: 20px!important; + height: 48px; + line-height: 48px; + } } // 应用主题色 .snowy-header-primary-color { @@ -165,6 +171,10 @@ a, button, input, textarea { .ant-breadcrumb-separator { color: white; } + .ant-menu-light .ant-menu-item:hover{ + color: #ccc; + background-color: var(--primary-7); + } } .ant-layout-sider-dark {