refactor: update style

This commit is contained in:
fantasticit 2022-04-25 21:54:46 +08:00
parent ec726f4c59
commit bdd498b9df
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
.wrap { .wrap {
height: 100%;
display: flex; display: flex;
height: 100%;
flex-direction: column; flex-direction: column;
.headerWrap { .headerWrap {
padding: 0 24px;
height: 60px; height: 60px;
padding: 0 24px;
} }
.contentWrap { .contentWrap {