|
|
@@ -409,7 +409,7 @@ onShow(() => {
|
|
|
|
|
|
.page-content {
|
|
|
width: 100%;
|
|
|
- height: calc(100vh - (110px + var(--status-bar-height)));
|
|
|
+ height: calc(100vh - (55px + var(--status-bar-height)));
|
|
|
overflow: hidden;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
@@ -421,7 +421,7 @@ onShow(() => {
|
|
|
}
|
|
|
|
|
|
.content-info {
|
|
|
- height: calc(100vh - (110px + var(--status-bar-height)));
|
|
|
+ height: calc(100vh - (55px + var(--status-bar-height)));
|
|
|
overflow: auto;
|
|
|
|
|
|
@media screen and (max-width: 768px) {
|