Selaa lähdekoodia

fix: fix AnimateContent body padding

lanjianrong 3 vuotta sitten
vanhempi
commit
f48419026d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/components/AnimateContent/index.less

+ 1 - 1
src/components/AnimateContent/index.less

@@ -8,6 +8,6 @@
     max-width: 80vw;
     max-width: 80vw;
   }
   }
   :global(.ant-drawer-body) {
   :global(.ant-drawer-body) {
-    padding: 0 24px 24px;
+    padding: 0 24px 0;
   }
   }
 }
 }