吉安感知网项目-前端
罗广辉
2026-02-03 9c4d22778cd4f00a01bce0e9a0f5b62771614735
applications/task-work-order/src/styles/common/cockpit.scss
@@ -31,6 +31,8 @@
    &::placeholder {
      color: var(--tips);
    }
    color: #383874;
  }
  &.is-disabled {
@@ -122,6 +124,8 @@
    &::placeholder {
      color: var(--tips);
    }
    color: #383874;
  }
  .el-range-separator {
@@ -519,6 +523,7 @@
        .label {
          display: inline-block;
          width: 88px;
          flex-shrink: 0;
          font-family: Source Han Sans CN, Source Han Sans CN;
          font-weight: 500;
          font-size: 14px;
@@ -531,6 +536,8 @@
        .val {
          margin-left: 12px;
          flex: 1;
          overflow: hidden;
          font-family: Source Han Sans CN, Source Han Sans CN;
          font-weight: 400;
          font-size: 14px;
@@ -540,13 +547,13 @@
          font-style: normal;
          text-transform: none;
        }
      }
    }
    .el-upload {
      button {
        background: #4C34FF;
        border: none;
        .val-long {
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          cursor: pointer;
        }
      }
    }
  }
@@ -1048,14 +1055,14 @@
  th.el-table__cell {
    height: 40px;
    border-bottom: 1px solid #DBDFF1 !important;
    border-bottom: 1px solid #E5E6EB !important;
    .cell {
      padding: 0 0 0 16px;
      font-family: Source Han Sans CN, Source Han Sans CN;
      font-weight: 400;
      font-size: 14px;
      color: #9292C1;
      color: #86909C;
      text-align: left;
      font-style: normal;
      text-transform: none;
@@ -1071,7 +1078,7 @@
      font-family: Source Han Sans CN, Source Han Sans CN;
      font-weight: 400;
      font-size: 14px;
      color: #383874;
      color: #4E5969;
      text-align: left;
      font-style: normal;
      text-transform: none;
@@ -1178,4 +1185,24 @@
      }
    }
  }
}
}
.gd-dialog-form {
  .el-input,
  .el-input-number {
    min-width: 200px;
    flex: 1;
    .el-input__wrapper {
      padding: 0 8px;
    }
    .el-input__inner {
      text-align: left;
      &::placeholder {
        text-align: left;
      }
    }
  }
}