瀏覽代碼

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%;
     }
   }
+
+  .ant-modal-footer {
+    margin-top: 0;
+  }
 }
 
 .vben-basic-modal-wrap .ant-modal {