提交 | 用户 | age
e250ad 1 @import (reference) '../color.less';
2f6253 2
3 // input
4 .ant-input {
5   &-number {
6     min-width: 110px;
7   }
8 }
0a2e41 9
W 10 .ant-input-affix-wrapper .ant-input-suffix {
11   right: 9px;
12 }
13
14 .ant-input-clear-icon {
15   margin-right: 5px;
16 }
9a1ba7 17
V 18 .ant-input-affix-wrapper-textarea-with-clear-btn {
19   padding: 0 !important;
20
21   textarea.ant-input {
22     padding: 4px;
23   }
24 }
9afb43 25
V 26 .ant-input-number {
27   width: 100% !important;
28   max-width: 100%;
29 }
30
31