吉安感知网项目-前端
罗广辉
2026-01-21 d38770f158cd4b9efe2a37bdc357824136e02ffe
applications/task-work-order/src/styles/common/cockpit.scss
@@ -1,6 +1,6 @@
//变量
$gd-placeholder: #86909C;
$form-bg:#F2F3F5;
$form-bg: #F2F3F5;
.gd-table {
  height: 0;
@@ -79,14 +79,14 @@
}
.gd-input {
  .el-input__wrapper,.el-textarea__inner {
  .el-input__wrapper, .el-textarea__inner {
    padding: 0 8px !important;
    background: $form-bg;
    box-shadow: none !important;
    border: none;
  }
  .el-input__inner,.el-textarea__inner {
  .el-input__inner, .el-textarea__inner {
    &::placeholder {
      color: $gd-placeholder;
    }
@@ -458,10 +458,10 @@
  padding: 30px;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 6px 6px 6px 6px;
  .el-dialog__header {
    span {
@@ -484,83 +484,48 @@
    height: 0;
    flex: 1;
    .detail-container {
      padding: 0 10px;
      .detail-title {
        margin-bottom: 30px;
        font-family: Source Han Sans CN, Source Han Sans CN;
        font-weight: 500;
        font-size: 18px;
        color: #FFFFFF;
        text-align: left;
        font-style: normal;
        text-transform: none;
      }
      .el-row {
        .el-col {
          margin-bottom: 20px;
          display: flex;
          align-items: center;
          .label {
            width: 88px;
            font-family: Source Han Sans CN, Source Han Sans CN;
            font-weight: 500;
            font-size: 14px;
            color: #86909C;
            line-height: 22px;
            text-align: right;
            font-style: normal;
            text-transform: none;
          }
          .val {
            margin-left: 12px;
            font-family: Source Han Sans CN, Source Han Sans CN;
            font-weight: 400;
            font-size: 14px;
            color: #4E5969;
            line-height: 22px;
            text-align: left;
            font-style: normal;
            text-transform: none;
          }
        }
      }
      .gd-table-container {
        height: 360px;
        .gd-pagination-parent {
          justify-content: center;
        }
      }
    .detail-title {
      margin-bottom: 20px;
      font-family: Source Han Sans CN, Source Han Sans CN;
      font-weight: 400;
      font-size: 14px;
      color: #161B2C;
    }
    .dialog-form {
      .el-form-item {
    // 查看
    .detail-row-view {
      background: #F2F3F5;
      border-radius: 2px 2px 2px 2px;
      gap: 20px 0;
      padding: 20px;
      .el-col {
        display: flex;
        align-items: center;
        margin-bottom: 0;
        .el-form-item__label {
          display: flex;
          align-items: center;
        .label {
          width: 88px;
          font-family: Source Han Sans CN, Source Han Sans CN;
          font-weight: 500;
          font-size: 14px;
          color: #4E5969;
          color: #86909C;
          line-height: 22px;
          text-align: right;
          font-style: normal;
          text-transform: none;
        }
        .el-form-item__content {
          display: flex;
          align-items: center;
        .val {
          margin-left: 12px;
          font-family: Source Han Sans CN, Source Han Sans CN;
          font-weight: 400;
          font-size: 14px;
          color: #4E5969;
          line-height: 22px;
          text-align: left;
          font-style: normal;
          text-transform: none;
        }
      }
    }
@@ -894,3 +859,5 @@
  }
}