吉安感知网项目-前端
shuishen
2026-02-02 660b2f155739c7b1ca3751f415e8d63b013681aa
applications/task-work-order/src/styles/common/cockpit.scss
@@ -31,6 +31,7 @@
    &::placeholder {
      color: var(--tips);
    }
    color: #383874;
  }
@@ -123,6 +124,7 @@
    &::placeholder {
      color: var(--tips);
    }
    color: #383874;
  }
@@ -1209,5 +1211,21 @@
  //  .el-form-item:nth-last-child(1) {
  //   margin-bottom: 0;
  // }
  .el-input,
  .el-input-number {
    width: 0;
    flex: 1;
    .el-input__wrapper {
      padding: 0 8px;
    }
    .el-input__inner {
      text-align: left;
      &::placeholder {
        text-align: left;
      }
    }
  }
}