Ben Lin
2024-06-23 f1d47feeee1ddb5751847b71f789f2c3b822ec32
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
@import (reference) '../color.less';
 
// input
.ant-input {
  &-number,
  &-number-group-wrapper {
    width: 100%;
    max-width: 100%;
  }
}
 
.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;
  }
}