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.
28 lines
411 B
28 lines
411 B
2 years ago
|
@import (reference) '../color.less';
|
||
|
|
||
|
// input
|
||
|
.ant-input {
|
||
|
&-number,
|
||
|
&-number-group-wrapper {
|
||
|
min-width: 110px;
|
||
|
width: 100% !important;
|
||
|
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;
|
||
|
}
|
||
|
}
|