zhb 5 часов назад
Родитель
Сommit
a011f21c55
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      components/cwg-page-wrapper.vue

+ 2 - 2
components/cwg-page-wrapper.vue

@@ -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) {