吉安感知网项目-前端
shuishen
2026-01-19 16e9746e5da1ac0485fde18e71fb7bf8ee376d42
applications/task-work-order/src/styles/common/cockpit.scss
@@ -1,3 +1,5 @@
//变量
$gd-placeholder: #86909C;
.gd-table {
  height: 0;
@@ -20,9 +22,7 @@
    border-bottom: 1px solid #DBDFF1 !important;
    .cell {
      padding: 0;
      padding-left: 16px;
      padding: 0 0 0 16px;
      font-family: Source Han Sans CN, Source Han Sans CN;
      font-weight: 400;
      font-size: 14px;
@@ -38,9 +38,7 @@
    height: 56px;
    .cell {
      padding: 0;
      padding-left: 16px;
      padding: 0 0 0 16px;
      font-family: Source Han Sans CN, Source Han Sans CN;
      font-weight: 400;
      font-size: 14px;
@@ -79,25 +77,25 @@
  }
}
.gd-input {
  .el-input__wrapper {
  .el-input__wrapper,.el-textarea__inner {
    padding: 0 8px !important;
    background: #DDE2ED;
    background: #F2F3F5;
    box-shadow: none !important;
    border: none;
  }
    .el-input__inner {
      color: #383874;
      &::placeholder {
        color: #A1A3D4;
      }
  .el-input__inner,.el-textarea__inner {
    &::placeholder {
      color: $gd-placeholder;
    }
  }
  &.is-disabled {
    .el-input__wrapper {
      background-color: #DDE2ED;
      background: #DDE2ED;
    }
  }
}
@@ -117,7 +115,7 @@
  .el-select__placeholder {
    &.is-transparent {
      color: #A1A3D4 !important;
      color: $gd-placeholder !important;
    }
    &.el-select__selected-item {
@@ -240,7 +238,7 @@
    color: #fff;
    &::placeholder {
      color: #A1A3D4;
      color: $gd-placeholder;
    }
  }
@@ -583,16 +581,6 @@
            }
          }
          .el-textarea {
            .el-textarea__inner {
              color: #fff;
              background: #DDE2ED !important;
              border: none;
              box-shadow: none;
            }
          }
          .el-button {
            color: #fff;
            background: #DDE2ED !important;
@@ -661,28 +649,7 @@
          }
        }
        .el-input {
          .el-input__wrapper {
            padding: 0 8px !important;
            background: #F2F3F5;
            box-shadow: none !important;
            border: none;
            .el-input__inner {
              color: #383874;
              &::placeholder {
                color: #86909C;
              }
            }
          }
          &.is-disabled {
            .el-input__wrapper {
              background-color: #F2F3F5;
            }
          }
        }
      }
    }
  }