liyongli 1 жил өмнө
parent
commit
da31e2bd6b

+ 1 - 0
src/view/schedule/index.vue

@@ -170,6 +170,7 @@ const touchend = e => {
     }
     let t = setTimeout(() => {
       sondiv.scrollTop = 0;
+      
       clearTimeout(t);
     }, 100);
   });

+ 1 - 0
src/view/schedule/skeleton.vue

@@ -55,6 +55,7 @@ defineProps({
 .page-skeleton {
   background-color: #fff;
   padding: 10vh 0 0 0;
+  min-height: 100vh;
   position: relative;
   overflow: auto;
   margin: 0 auto;