From 9a9198b168a910859ddd123f6b6ba9f411afb608 Mon Sep 17 00:00:00 2001 From: baicai <18221243570@163.com> Date: Wed, 13 Aug 2025 16:09:34 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8F=9C=E5=8D=95=E5=B1=95=E5=BC=80=E3=80=81?= =?UTF-8?q?=E6=8A=98=E5=8F=A0=E4=B8=89=E7=BA=A7=E8=8F=9C=E5=8D=95=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/styles/common.scss | 45 ++++++++++++++++++------------- src/views/ems/dzjk/clpz/index.vue | 7 +---- src/views/ems/dzjk/sbjk/index.vue | 7 +---- src/views/ems/dzjk/tjbb/index.vue | 7 +---- 4 files changed, 30 insertions(+), 36 deletions(-) diff --git a/src/assets/styles/common.scss b/src/assets/styles/common.scss index a3245e6..fdfc88f 100644 --- a/src/assets/styles/common.scss +++ b/src/assets/styles/common.scss @@ -126,28 +126,37 @@ background: #0366c1!important; } } -.ems-third-menu{ - border-right: none; - box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); - height: fit-content; - .el-menu-item{ - line-height: 45px; - height: 45px; - padding: 0 !important; - width: 125px; - text-align: center; - } - .el-menu-item:hover{ - background: #67b1ff!important; - color:#ffffff!important; - } - .el-menu-item.is-active{ - background: #409eff!important; - } +.ems-third-menu-container{ + position: relative; + padding-left: 140px; + background-color: #ffffff; + .ems-third-menu{ + border-right: none; + box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); + height: fit-content; + position: absolute; + top:0; + left:0; + .el-menu-item{ + line-height: 45px; + height: 45px; + padding: 0 !important; + width: 125px; + text-align: center; + } + .el-menu-item:hover{ + background: #67b1ff!important; + color:#ffffff!important; + } + .el-menu-item.is-active{ + background: #409eff!important; + } + } } + //按钮栏 选中样式 .ems-btns-group{ .activeBtn{ diff --git a/src/views/ems/dzjk/clpz/index.vue b/src/views/ems/dzjk/clpz/index.vue index 085a79d..fff7be0 100644 --- a/src/views/ems/dzjk/clpz/index.vue +++ b/src/views/ems/dzjk/clpz/index.vue @@ -1,5 +1,5 @@