diff --git a/pages/search/[id].vue b/pages/search/[id].vue index 098aee255ea1c09d8df0b32daa60ce83cbb5a692..eea1138107038a2cb43b54d9656e83d8a9fdd945 100644 --- a/pages/search/[id].vue +++ b/pages/search/[id].vue @@ -86,13 +86,15 @@ -
- - 来源 -
-
- -
+ @@ -168,7 +170,7 @@ let markedWindowScrollTop = 0 const handleScroll = () => { // 在asking操作的时候生效 if (!asking.value) return - const offsetValue = 10; + const offsetValue = 5; const top = window.scrollY; if (top + offsetValue < markedWindowScrollTop) { isAutoToBottom.value = false