vben
2021-02-17 4d7001bbcf3ff6e62deb967cb1c15b443b8aaff4
提交 | 用户 | age
2f6253 1 @import '../color.less';
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 }