吉安感知网项目-前端
罗广辉
2026-02-03 35401373bbe0f608ee3bb7f7c54ebeef5e5dc8d2
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;
  }
@@ -552,13 +554,6 @@
          white-space: nowrap;
          cursor: pointer;
        }
      }
    }
    .el-upload {
      button {
        background: #4C34FF;
        border: none;
      }
    }
  }
@@ -1193,21 +1188,21 @@
}
.gd-dialog-form {
  // 最后一排不需要设置 margin-bottom
  // border: 1px solid red;
  // 倒数第二个也设置为0
  // .el-col:nth-last-child(2) {
  //   margin-bottom: 0;
  // }
  // .el-col:nth-last-child(1) {
  //   margin-bottom: 0;
  // }
  .el-input,
  .el-input-number {
    min-width: 200px;
    flex: 1;
  // .el-form-item:nth-last-child(2) {
  //   margin-bottom: 0;
  // }
  //  .el-form-item:nth-last-child(1) {
  //   margin-bottom: 0;
  // }
}
    .el-input__wrapper {
      padding: 0 8px;
    }
    .el-input__inner {
      text-align: left;
      &::placeholder {
        text-align: left;
      }
    }
  }
}