From c9ba69fd245ea5a24e2e399c050786f3e7b97324 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=B8=85?= Date: Sun, 19 Aug 2018 13:41:56 +0800 Subject: [PATCH] bigfix:Fix drawer hidden bug --- src/global.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/global.less b/src/global.less index fcb7b033..00892866 100644 --- a/src/global.less +++ b/src/global.less @@ -26,3 +26,9 @@ body { width: 100%; margin: 40px 0 !important; } + +:global { + body .ant-drawer .ant-drawer-content { + opacity: 1; + } +} -- GitLab