소스 검색

bigfix:Fix drawer hidden bug

陈帅 8 년 전
부모
커밋
c9ba69fd24
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      src/global.less

+ 6 - 0
src/global.less

@@ -26,3 +26,9 @@ body {
   width: 100%;
   margin: 40px 0 !important;
 }
+
+:global {
+  body .ant-drawer .ant-drawer-content {
+    opacity: 1;
+  }
+}