This commit is contained in:
汪汇 2024-03-08 17:29:04 +08:00
parent 8ee1dcc579
commit 8955ca0468
1 changed files with 1 additions and 0 deletions

View File

@ -264,6 +264,7 @@ import img19 from "@/assets/home/xzwz.png";
const anchors = [ const anchors = [
Math.round(0.3 * window.innerHeight), Math.round(0.3 * window.innerHeight),
Math.round(0.5 * window.innerHeight), Math.round(0.5 * window.innerHeight),
Math.round(0.8 * window.innerHeight),
Math.round(1 * window.innerHeight), Math.round(1 * window.innerHeight),
]; ];
const height = ref(anchors[1]); const height = ref(anchors[1]);