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

View File

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