Fix: layout style

This commit is contained in:
Dreamacro 2021-04-09 11:04:31 +08:00
parent 7878b2e6bd
commit 5141167bd0
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,6 @@
display: flex;
flex-direction: column;
flex: 1;
min-height: 700px;
margin-top: 10px;
padding: 0;

View File

@ -90,5 +90,6 @@ input {
.page {
padding: 0 0 20px;
height: 100%;
min-height: unset;
}
}