index.module.scss 159 B

12345678
  1. .settingForm {
  2. :global {
  3. .ant-input-number-borderless.ant-input-number-status-error
  4. input::placeholder {
  5. color: #ff4d4f;
  6. }
  7. }
  8. }