Эх сурвалжийг харах

fix: 修复确认弹出框样式错乱的问题 (#3742)

6LWa6ZKx 1 жил өмнө
parent
commit
a00725be57

+ 4 - 3
src/components/Modal/src/index.less

@@ -121,12 +121,13 @@
       }
     }
   }
-}
 
-.ant-modal-confirm .ant-modal-body {
-  padding: 24px !important;
+  .ant-modal-confirm .ant-modal-body {
+    padding: 24px !important;
+  }
 }
 
+
 @media screen and (max-height: 600px) {
   .ant-modal {
     top: 60px;