aamin il y a 1 an
Parent
commit
6f141a7690
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/components/PaintingDetailBox.vue

+ 1 - 1
src/components/PaintingDetailBox.vue

@@ -65,7 +65,7 @@ onMounted(() => {
       const pageHeightWindow = window.innerHeight
       pageHeight.value = pageHeightWindow
 
-
+      moveLoc.value = 0
       setTimeout(() => {
         if (isRow.value === "竖") {
           const dom = document.querySelector(".imgBox")