ソースを参照

bigfix:Fix drawer hidden bug

陈帅 7 年 前
コミット
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;
+  }
+}