diff --git a/src/components/Modal/src/index.less b/src/components/Modal/src/index.less
index 30fe53d9..c22dee69 100644
--- a/src/components/Modal/src/index.less
+++ b/src/components/Modal/src/index.less
@@ -54,7 +54,7 @@
   }
 
   &-content {
-    padding: 12px 8px !important;
+    padding: 8px !important;
     box-shadow:
       0 4px 8px 0 rgb(0 0 0 / 20%),
       0 6px 20px 0 rgb(0 0 0 / 19%);
@@ -114,7 +114,7 @@
 }
 
 .ant-modal-confirm .ant-modal-body {
-  padding: 24px !important;
+  padding: 8px !important;
 }
 
 @media screen and (max-height: 600px) {