From df65e7eaae6c2fd35dd5da91f775d780abdd6219 Mon Sep 17 00:00:00 2001 From: liupopo Date: Mon, 5 Jun 2023 11:50:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8F=9C=E5=8D=95=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../project_web/src/components/Home.vue | 79 +++++++++++-------- 1 file changed, 48 insertions(+), 31 deletions(-) diff --git a/warehousing-system/project_web/src/components/Home.vue b/warehousing-system/project_web/src/components/Home.vue index 57044fcb..e60f7c4c 100644 --- a/warehousing-system/project_web/src/components/Home.vue +++ b/warehousing-system/project_web/src/components/Home.vue @@ -109,55 +109,55 @@ @@ -182,7 +182,24 @@ export default { background-color: #087dba!important; } /deep/ .el-submenu__title i { - color: #fff; + color: #fff; +} + +/deep/ .el-submenu__title { + height: 40px !important; + line-height: 40px !important; + font-size: 15px!important; +} + +/deep/ .el-submenu .el-menu-item { + height: 40px !important; + line-height: 40px !important; +} + +/deep/ .el-menu-item { + height: 40px !important; + line-height: 40px !important; + font-size: 15px!important; } .el-aside { background-color: #55007f; @@ -364,7 +381,7 @@ export default { .one-title{ margin-top: 40px; .el-menu-item i { - color: #fff; + color: #fff; } } }