Browse Source

fix: fix AnimateContent body padding

lanjianrong 3 năm trước cách đây
mục cha
commit
f48419026d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
   }
 }