From 965e189618e6991b9c14789cbd9badec4e0698f6 Mon Sep 17 00:00:00 2001 From: sc Date: Mon, 28 Feb 2022 11:07:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20=E6=89=A9=E5=B1=95?= =?UTF-8?q?=E5=9D=9E=E5=B8=83=E5=B1=80=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/index.vue | 3 ++- src/style/app.scss | 10 +--------- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/src/layout/index.vue b/src/layout/index.vue index 9db5c2bf..ccb7fb79 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -103,7 +103,7 @@
- +
@@ -113,6 +113,7 @@
+
diff --git a/src/style/app.scss b/src/style/app.scss index a104d56d..d0e1efe2 100644 --- a/src/style/app.scss +++ b/src/style/app.scss @@ -16,7 +16,7 @@ a,button,input,textarea{-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing: bo .layout-setting i {font-size: 18px;color: #fff;} /* 头部 */ -.adminui-header {height: 60px;background: #222b45;color: #fff;display: flex;justify-content:space-between;} +.adminui-header {height: 58px;background: #222b45;color: #fff;display: flex;justify-content:space-between;} .adminui-header-left {display: flex;align-items: center;padding-left:20px;} .adminui-header-right {display: flex;align-items: center;} .adminui-header .logo-bar {font-size: 20px;font-weight: bold;display: flex;align-items: center;} @@ -29,14 +29,6 @@ a,button,input,textarea{-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing: bo .adminui-header .user-bar .panel-item:hover {background: rgba(255, 255, 255, 0.1)!important;} .adminui-header .user-bar .user label{color: #fff;} -.adminui-header-menu {} -.adminui-header-menu .el-menu {background: transparent;} -.adminui-header-menu .el-menu .el-sub-menu__title {color: #fff;} -.adminui-header-menu .el-menu .el-sub-menu__title:hover {color: #fff;background: var(--el-color-primary-light-2);} -.adminui-header-menu .el-menu .el-sub-menu.is-active .el-sub-menu__title {color: #fff;background: var(--el-color-primary-light-2);border-bottom-color:transparent;} -.adminui-header-menu .el-menu .el-menu-item {color: #fff;} -.adminui-header-menu .el-menu .el-menu-item:hover {color: #fff;background: var(--el-color-primary-light-2);} -.adminui-header-menu .el-menu .el-menu-item.is-active {color: #fff!important;background: var(--el-color-primary-light-2);border-bottom-color:transparent;} /* 左侧菜单 */ .aminui-side-split {width:65px;flex-shrink:0;background: #222b45;display: flex;flex-flow: column;}