style(Modal): modal全屏模式 margin-top调整为0

pull/38/head
xingyu 2023-09-27 10:26:47 +08:00
parent cb979226c2
commit 8bea32cd84
1 changed files with 4 additions and 0 deletions

View File

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