liyongli 1 year ago
parent
commit
2852636d93
2 changed files with 4 additions and 4 deletions
  1. 3 3
      src/view/schedule/index.vue
  2. 1 1
      src/view/schedule/page6.vue

+ 3 - 3
src/view/schedule/index.vue

@@ -170,14 +170,14 @@ const touchend = e => {
     }
     let t = setTimeout(() => {
       sondiv.scrollTop = 0;
-      
+
       clearTimeout(t);
     }, 100);
   });
 };
 
-const touchmove = () => {
-  // e.preventDefault();
+const touchmove = e => {
+  e.preventDefault();
 };
 </script>
 <style lang="scss">

+ 1 - 1
src/view/schedule/page6.vue

@@ -787,11 +787,11 @@ import skeleton from './skeleton.vue';
 @import url(./sass/animation.scss);
 @import url(./sass/base.scss);
 .line6 {
-  font-weight: 600;
   line-height: 1.8em;
   margin: 1em auto;
 }
 .ctitle {
   color: #64a07e;
+  font-weight: 600;
 }
 </style>