瀏覽代碼

fix: fix AnimateContent body padding

lanjianrong 3 年之前
父節點
當前提交
f48419026d
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;
   }
 }