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 @@