Browse Source

fix: fix AnimateContent body padding

lanjianrong 3 years ago
parent
commit
f48419026d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/AnimateContent/index.less

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

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