diff --git a/src/design/ant/input.less b/src/design/ant/input.less index 645afb3b1ca4c39031c36ca278a703a25149ea09..5a8bc9b0e287de954867ede07541b757c2e0af1d 100644 --- a/src/design/ant/input.less +++ b/src/design/ant/input.less @@ -2,8 +2,11 @@ // input .ant-input { - &-number { + &-number, + &-number-group-wrapper { min-width: 110px; + width: 100% !important; + max-width: 100%; } } @@ -22,10 +25,3 @@ padding: 4px; } } - -.ant-input-number { - width: 100% !important; - max-width: 100%; -} - -