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