From 007da02baa3e93337a22dda1fc036e94072b34b2 Mon Sep 17 00:00:00 2001 From: HeskeyBaozi Date: Mon, 3 Sep 2018 12:17:20 +0800 Subject: [PATCH] hotfix: fix input-number style --- components/input-number/style/index.less | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/components/input-number/style/index.less b/components/input-number/style/index.less index bae0880171..2bb7298f9d 100644 --- a/components/input-number/style/index.less +++ b/components/input-number/style/index.less @@ -124,10 +124,7 @@ &-inner { top: 50%; margin-top: -5px; - &:before { - text-align: center; - content: "\e61e"; - } + text-align: center; } &:hover { height: 60% !important;