|
@@ -260,7 +260,7 @@ const scrollTarget = ref(null)
|
|
|
const { width: windowWidth, height: windowHeight } = useWindowSize()
|
|
|
|
|
|
const maxTranslateLength = computed(() => {
|
|
|
- return (windowHeight.value * windowWidthDesign) / windowHeightDesign - 110 // 有的图层不够长导致移动到最右侧不好看,隐藏掉。
|
|
|
+ return windowHeight.value * windowWidthDesign / windowHeightDesign - 200 * windowHeight.value / windowHeightDesign // 有的图层不够长导致移动到最右侧不好看,隐藏掉。
|
|
|
})
|
|
|
|
|
|
const {
|