You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
411 B
27 lines
411 B
@import (reference) "../color.less"; |
|
|
|
// input |
|
.ant-input { |
|
&-number, |
|
&-number-group-wrapper { |
|
width: 100% !important; |
|
min-width: 110px; |
|
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; |
|
} |
|
}
|
|
|