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

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