fix(modal): ensure that the full screen height is calculated correctly

This commit is contained in:
Vben
2021-06-11 22:29:02 +08:00
parent 639520ad5d
commit 1c1755cf5b
25 changed files with 116 additions and 118 deletions

View File

@@ -95,7 +95,7 @@
&__entry {
position: relative;
//height: 240px;
padding: 130px 30px 60px 30px;
padding: 130px 30px 30px 30px;
border-radius: 10px;
}