123456789101112131415161718192021222324 |
- @import (reference) '../color.less';
- // input
- .ant-input {
- &-number {
- min-width: 110px;
- }
- }
- .ant-input-affix-wrapper .ant-input-suffix {
- right: 9px;
- }
- .ant-input-clear-icon {
- margin-right: 5px;
- }
- .ant-input-affix-wrapper-textarea-with-clear-btn {
- padding: 0 !important;
- textarea.ant-input {
- padding: 4px;
- }
- }
|