吉安感知网项目-前端
shuishen
2026-03-05 d75d83bd2a1f4e13634f84f8a4de1f7457187b2b
applications/task-work-order/src/styles/common/cockpit.scss
@@ -55,6 +55,11 @@
  color: #ffffff;
}
.gd-select,.gd-input,.gd-input-text,.gd-date-picker{
  .is-disabled{
    opacity: 0.6;
  }
}
.gd-select {
  --bg: #{$form-bg};
  --tips: #{$form-tips};
@@ -1178,16 +1183,39 @@
.el-popper {
  .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 !important;
        }
      }
      .el-menu-item.is-active {
        &::before {
          display: none;
        }
        background: #4C34FF;
        background: #F6F6FC !important;
        border-radius: 8px 8px 8px 8px;
        span {
          color: #fff;
          color: #384CFF;
        }
      }
    }