diff --git a/components/input-number/style/index.less b/components/input-number/style/index.less index 1f00706cd2..db26fe3cff 100644 --- a/components/input-number/style/index.less +++ b/components/input-number/style/index.less @@ -75,6 +75,7 @@ height: @input-height-base - 2px; transition: all 0.3s linear; color: @input-color; + background-color: @input-bg; border: 0; border-radius: @border-radius-base; padding: 0 7px;