ソースを参照

Update BackToTop.vue

star7th 6 年 前
コミット
9d045af2ab
1 ファイル変更2 行追加2 行削除
  1. 2 2
      web_src/src/components/common/BackToTop.vue

+ 2 - 2
web_src/src/components/common/BackToTop.vue

@@ -14,7 +14,7 @@ export default {
       status: false,
       scrollTop: 0,
       timer: null,
-      speed:30
+      speed:0
     }
   },
   mounted () {
@@ -53,4 +53,4 @@ export default {
 	color: #409EFF;
 }
 
-</style>
+</style>