From 6cec2849bab43d06ec59f8b2cf691a9e76572540 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E8=8F=9C?= <43331987+JiaLiBai@users.noreply.github.com> Date: Tue, 24 Jun 2025 22:48:33 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/styles/common.scss | 52 +++++++++++++++++ src/components/Ems/ZdSelect/index.vue | 2 +- src/views/ems/dzjk/gzgj/index.vue | 78 ++++++++++--------------- src/views/ems/dzjk/index.vue | 37 +++++------- src/views/ems/dzjk/sbjk/dtdc/index.vue | 55 +++++++---------- src/views/ems/dzjk/sbjk/index.vue | 44 +++++--------- src/views/ems/dzjk/tjbb/dbbb/index.vue | 61 +++++++++---------- src/views/ems/dzjk/tjbb/dcdqx/index.vue | 14 +---- src/views/ems/dzjk/tjbb/dcwd/index.vue | 62 +++++++++----------- src/views/ems/dzjk/tjbb/glqx/index.vue | 14 +---- src/views/ems/dzjk/tjbb/gltj/Dlzb.vue | 2 +- src/views/ems/dzjk/tjbb/gltj/Syzb.vue | 2 +- src/views/ems/dzjk/tjbb/index.vue | 50 ++++++---------- src/views/ems/dzjk/tjbb/pcsqx/index.vue | 15 +---- 14 files changed, 213 insertions(+), 275 deletions(-) diff --git a/src/assets/styles/common.scss b/src/assets/styles/common.scss index 8072db1..f110532 100644 --- a/src/assets/styles/common.scss +++ b/src/assets/styles/common.scss @@ -110,3 +110,55 @@ } } } + +//二、三级菜单栏样式 +.ems-second-menu{ + width:fit-content; + .el-menu-item{ + line-height: 40px; + height: 40px; + padding:0; + } + &.el-menu--horizontal > .el-menu-item.is-active,&.el-menu--horizontal > .el-menu-item{ + border-bottom:none!important; + } + .el-menu-item.is-active{ + 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-btns-group{ + .activeBtn{ + background-color: #0366c1; + border-color: #0366c1; + color: #ffffff; + font-weight: 600; + } +} + +//搜索栏样式 +.select-container.el-form--inline .el-form-item{ + margin-right: 15px; +} diff --git a/src/components/Ems/ZdSelect/index.vue b/src/components/Ems/ZdSelect/index.vue index c6f2c6a..740fb4d 100644 --- a/src/components/Ems/ZdSelect/index.vue +++ b/src/components/Ems/ZdSelect/index.vue @@ -8,7 +8,7 @@ - 搜索 + 搜索 diff --git a/src/views/ems/dzjk/gzgj/index.vue b/src/views/ems/dzjk/gzgj/index.vue index d203ef8..809a5a7 100644 --- a/src/views/ems/dzjk/gzgj/index.vue +++ b/src/views/ems/dzjk/gzgj/index.vue @@ -2,43 +2,41 @@