zhb 12 ساعت پیش
والد
کامیت
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) {