Update index.less

This commit is contained in:
yanmao 2022-01-23 01:06:10 +08:00
parent 82fb394b2f
commit 1f61b2d5c1
1 changed files with 3 additions and 4 deletions

View File

@ -6,7 +6,7 @@
min-height: auto;
@media @mobile {
padding-top: 54px !important;
padding: 54px 0 0 0 !important;
}
}
@ -105,9 +105,8 @@
position: relative;
@media @mobile {
padding: 0;
height: auto;
overflow: inherit;
padding: 0 16px;
height: calc(100vh - 54px);
}
}