소스 검색

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 {