吉安感知网项目-前端
shuishen
2026-01-26 c7dae31af1a55246b98f031c280c2926f4cf04be
applications/task-work-order/src/styles/common/cockpit.scss
@@ -471,6 +471,33 @@
      color: #161B2C;
    }
    .detail-container {
      display: flex;
      justify-content: space-between;
      .detail-left {
        margin-right: 20px;
        width: 312px;
        padding: 24px;
        border: 1px solid #E4E4E4;
      }
      .detail-right {
        &>div {
          .detail-title {
            margin: 10px 0;
          }
          &:first-child {
            .detail-title {
              margin-top: 0;
            }
          }
        }
      }
    }
    // 查看
    .detail-row-view {
      background: #F2F3F5;
@@ -1127,4 +1154,22 @@
  .fixed-column {
    background-color: #1A1A2A !important;
  }
}
.el-popper {
  .el-menu--popup-container {
    .el-menu {
      .el-menu-item.is-active {
        &::before {
          display: none;
        }
        background: #4C34FF;
        span {
          color: #fff;
        }
      }
    }
  }
}