From 155f9c5bc51e2720def7c4e575bd166c2570ee75 Mon Sep 17 00:00:00 2001 From: wanghui Date: Thu, 7 Mar 2024 09:12:27 +0800 Subject: [PATCH] 11 --- src/views/HomeView.vue | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index ac37b23..29fa411 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -253,11 +253,9 @@ import img17 from "@/assets/home/yy.png"; import img18 from "@/assets/home/wdwz.png"; import img19 from "@/assets/home/xzwz.png"; const anchors = [ - 280, - Math.round(0.4 * window.innerHeight), - Math.round(0.7 * window.innerHeight), - Math.round(1* window.innerHeight), - + Math.round(0.3 * window.innerHeight), + Math.round(0.6 * window.innerHeight), + Math.round(1 * window.innerHeight), ]; const height = ref(anchors[0]); const count = ref(0);