From 40d10734a20328071a78967e787521a78419c44a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=AF=BA?= <1253070437@qq.com> Date: Sun, 26 Mar 2023 22:13:28 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BC=98=E5=8C=96=E3=80=91=E4=BC=98?= =?UTF-8?q?=E5=8C=96css=E4=BB=A3=E7=A0=81=E6=A0=BC=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 | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/snowy-admin-web/src/style/index.less b/snowy-admin-web/src/style/index.less index 9c15b662..e8b7b6b8 100644 --- a/snowy-admin-web/src/style/index.less +++ b/snowy-admin-web/src/style/index.less @@ -36,7 +36,7 @@ a, button, input, textarea { .aminui { overflow: hidden; height: 100%; - min-height: 640px; + min-height: 640px; display: flex; flex-flow: column; } @@ -152,11 +152,11 @@ a, button, input, textarea { 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; - } + .ant-menu-item{ + padding-right: 20px!important; + height: 48px; + line-height: 48px; + } } // 应用主题色 .snowy-header-primary-color { @@ -171,10 +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-menu-light .ant-menu-item:hover{ + color: #ccc; + background-color: var(--primary-7); + } } .ant-layout-sider-dark {