吉安感知网项目-前端
shuishen
2026-02-27 13c8dca964aaac7d25fcee0b0ad964ab505fb1ea
feat:左侧菜单收缩后,弹窗中菜单样式调整
1 files modified
29 ■■■■■ changed files
applications/task-work-order/src/styles/common/cockpit.scss 29 ●●●●● patch | view | raw | blame | history
applications/task-work-order/src/styles/common/cockpit.scss
@@ -1177,17 +1177,42 @@
}
.el-popper {
  background: #FEFEFE !important;
  .el-menu--popup-container {
    .el-menu--popup {
      min-width: auto !important;
    }
    .el-menu {
      .el-menu-item {
        margin: 0 12px !important;
        margin-top: 14px !important;
        padding: 0 12px !important;
        display: flex;
        justify-content: center;
        height: 36px;
        background: transparent !important;
        .el-icon-menu {
          display: none;
        }
        &:first-child {
          margin-top: 0;
        }
      }
      .el-menu-item.is-active {
        &::before {
          display: none;
        }
        background: #4C34FF;
        background: #F6F6FC !important;
        border-radius: 8px 8px 8px 8px;
        span {
          color: #fff;
          color: #384CFF;
        }
      }
    }