From cd70e41dac294329383be3d2f0a393dc26b7f140 Mon Sep 17 00:00:00 2001 From: 1sm23 <1sm23.cs@gmail.com> Date: Fri, 19 Nov 2021 15:33:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20RangePicekr=E5=9C=A8=E8=A1=A8=E5=8D=95?= =?UTF-8?q?=E9=A1=B9=E4=B8=AD=E5=8D=A0=E6=BB=A1=E5=88=86=E9=85=8D=E7=9A=84?= =?UTF-8?q?=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/design/ant/index.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/design/ant/index.less b/src/design/ant/index.less index fc9349ced..23f3ac1cb 100644 --- a/src/design/ant/index.less +++ b/src/design/ant/index.less @@ -63,3 +63,7 @@ span.anticon:not(.app-iconify) { border-top: 0 !important; border-left: 0 !important; } + +.ant-calendar-picker { + width: 100%; +}