leon 1 anno fa
parent
commit
5fb68c638c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/pages/clock/Suggest.tsx

+ 1 - 1
src/pages/clock/Suggest.tsx

@@ -102,7 +102,7 @@ export default function Suggest() {
             setFastLastIndex(lastIndex)
             setSuggestItem(array)
             setSuggestIndex(currentIndex)
-            setScrollTop(currentIndex * rpxToPx(160) + 50)
+            setScrollTop(currentIndex * rpxToPx(244) + 50)
             // setScrollTop(currentIndex * 100-30)
         }
         else if (pageStep == 3) {