From 9afb4318fd7b4b389c52d27b477cbd02df412fd1 Mon Sep 17 00:00:00 2001 From: vancenlee <40516259+vancenlee@users.noreply.github.com> Date: Sun, 10 Jul 2022 18:29:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20inputnumber=20span=20=E4=B8=8D=E8=B5=B7?= =?UTF-8?q?=E4=BD=9C=E7=94=A8=E7=9A=84=E9=97=AE=E9=A2=98=EF=BC=8C=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E6=A0=B7=E5=BC=8F=E4=B9=8B=E5=90=8E=E5=8F=AF=E4=BB=A5?= =?UTF-8?q?=E6=A0=B9=E6=8D=AESpan=E5=8A=A8=E6=80=81=E9=80=82=E5=BA=94=20(#?= =?UTF-8?q?2065)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: van --- src/design/ant/input.less | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/design/ant/input.less b/src/design/ant/input.less index 57f85e57..645afb3b 100644 --- a/src/design/ant/input.less +++ b/src/design/ant/input.less @@ -22,3 +22,10 @@ padding: 4px; } } + +.ant-input-number { + width: 100% !important; + max-width: 100%; +} + + -- GitLab