Selaa lähdekoodia

bigfix:Fix drawer hidden bug

陈帅 7 vuotta sitten
vanhempi
commit
c9ba69fd24
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  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;
+  }
+}