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

This commit is contained in:
invalid w 2023-09-26 09:41:44 +08:00 committed by GitHub
parent b1559e2cad
commit 855a410557
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

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