浏览代码

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;
+  }
+}