This commit is contained in:
parent
8ee1dcc579
commit
8955ca0468
|
@ -264,6 +264,7 @@ import img19 from "@/assets/home/xzwz.png";
|
|||
const anchors = [
|
||||
Math.round(0.3 * window.innerHeight),
|
||||
Math.round(0.5 * window.innerHeight),
|
||||
Math.round(0.8 * window.innerHeight),
|
||||
Math.round(1 * window.innerHeight),
|
||||
];
|
||||
const height = ref(anchors[1]);
|
||||
|
|
Loading…
Reference in New Issue