فهرست منبع

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

invalid w 1 سال پیش
والد
کامیت
855a410557
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      src/components/Modal/src/index.less

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

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