Forráskód Böngészése

style(Modal): modal全屏模式 ant 的modal-footer margin-top调整为0 (#3072)

invalid w 1 éve
szülő
commit
855a410557
1 módosított fájl, 4 hozzáadás és 0 törlés
  1. 4 0
      src/components/Modal/src/index.less

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

@@ -11,6 +11,10 @@
       height: 100%;
     }
   }
+
+  .ant-modal-footer {
+    margin-top: 0;
+  }
 }
 
 .vben-basic-modal-wrap .ant-modal {