From b06edf351f595e77e83a343c3ac9175dab15db99 Mon Sep 17 00:00:00 2001 From: Yanghc Date: Thu, 27 Dec 2018 17:55:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9C=A8=E6=89=8B=E6=9C=BA?= =?UTF-8?q?=E7=AB=AF=E9=A2=84=E8=A7=88=E6=97=B6=EF=BC=8C=E4=BE=A7=E8=BE=B9?= =?UTF-8?q?=E8=8F=9C=E5=8D=95=E6=A0=B7=E5=BC=8F=E9=97=AE=E9=A2=98=E3=80=82?= =?UTF-8?q?=20(#3225)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #3224 @sorrycc --- src/components/SiderMenu/index.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/SiderMenu/index.less b/src/components/SiderMenu/index.less index b098bd2c..9ae37db1 100644 --- a/src/components/SiderMenu/index.less +++ b/src/components/SiderMenu/index.less @@ -88,4 +88,9 @@ transition: opacity 0.3s @ease-in-out, width 0.3s @ease-in-out; opacity: 1; } + .ant-drawer-left { + .ant-drawer-body { + padding: 0; + } + } } -- GitLab