吉安感知网项目-前端
shuishen
2026-02-27 bc392acb7a484a3b4ddd43cd604afb9bcfef6ac6
applications/task-work-order/src/styles/common/cockpit.scss
@@ -10,7 +10,8 @@
$search-item-symbol-bg: #fff;
$search-item-symbol-txt: #4E5969;
.gd-input {
.gd-input,
.gd-input-text {
  --bg: #{$form-bg};
  --tips: #{$form-tips};
@@ -31,6 +32,7 @@
    &::placeholder {
      color: var(--tips);
    }
    color: #383874;
  }
@@ -123,6 +125,7 @@
    &::placeholder {
      color: var(--tips);
    }
    color: #383874;
  }
@@ -520,7 +523,7 @@
        .label {
          display: inline-block;
          width: 88px;
          min-width: 88px;
          flex-shrink: 0;
          font-family: Source Han Sans CN, Source Han Sans CN;
          font-weight: 500;
@@ -552,13 +555,6 @@
          white-space: nowrap;
          cursor: pointer;
        }
      }
    }
    .el-upload {
      button {
        background: #4C34FF;
        border: none;
      }
    }
  }
@@ -725,7 +721,7 @@
}
.gd-pagination-parent {
  padding-top: 30px;
  margin: 16px 0;
  display: flex;
  justify-content: flex-end;
@@ -814,7 +810,13 @@
    color: #4E5969;
  }
  .el-message-box__container {
    display: flex;
    justify-content: center;
  }
  .el-message-box__btns {
    padding-top: 10px;
    display: flex;
    justify-content: center;
@@ -843,7 +845,7 @@
}
.gd-search-form {
  padding-bottom: 20px;
  padding-bottom: 15px;
  display: flex;
  .el-form-item__label {
@@ -922,7 +924,7 @@
}
.gd-table-container {
  padding: 12px 20px 30px 20px;
  padding: 25px 20px 1px;
  height: 0;
  flex: 1;
  display: flex;
@@ -944,11 +946,23 @@
  .el-button {
    min-width: 88px;
    color: #383874;
    border: none;
    height: 48px;
  }
  .el-button:first-child {
    color: #FFFFFF;
  }
  .el-button.is-disabled,
  .el-button.is-disabled:hover {
    background: #ECECF4;
    border: none;
  }
  .el-button:first-child.is-disabled,
  .el-button:first-child.is-disabled:hover {
    background: #4C34FF;
    border: none;
  }
@@ -1029,18 +1043,6 @@
      .el-timeline-item__timestamp {
        margin-top: 20px;
      }
    }
  }
}
.gd-tabs {
  .el-tabs__header {
    .el-tabs__item.is-active {
      color: #3247E5;
    }
    .el-tabs__active-bar {
      background: #3247E5;
    }
  }
}
@@ -1209,5 +1211,37 @@
  //  .el-form-item:nth-last-child(1) {
  //   margin-bottom: 0;
  // }
}
  .gd-select {
    .el-select__wrapper {
      height: 36px;
    }
  }
  .gd-date-picker {
    height: 36px;
  }
  .gd-input {
    height: 36px;
  }
  .gd-upload-btn {
    height: 36px;
  }
  .el-input,
  .el-input-number {
    min-width: 200px;
    flex: 1;
    .el-input__wrapper {
      padding: 0 8px;
    }
    .el-input__inner {
      text-align: left;
      color: #383874;
      &::placeholder {
        text-align: left;
      }
    }
  }
}