input.less 336 B

123456789101112131415161718192021222324
  1. @import (reference) '../color.less';
  2. // input
  3. .ant-input {
  4. &-number {
  5. min-width: 110px;
  6. }
  7. }
  8. .ant-input-affix-wrapper .ant-input-suffix {
  9. right: 9px;
  10. }
  11. .ant-input-clear-icon {
  12. margin-right: 5px;
  13. }
  14. .ant-input-affix-wrapper-textarea-with-clear-btn {
  15. padding: 0 !important;
  16. textarea.ant-input {
  17. padding: 4px;
  18. }
  19. }