From 5b30cc2904758e53b807e2cd65d1ffa7e7b8055f Mon Sep 17 00:00:00 2001 From: wuming230 <1819845645@qq.com> Date: Sun, 27 Apr 2025 20:13:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E7=A7=BB=E5=8A=A8?= =?UTF-8?q?=E7=AB=AF=E8=AF=84=E5=88=86=E9=A6=96=E6=AC=A1=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E4=B8=8D=E7=94=9F=E6=95=88=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/.vitepress/src/components/FloatingButtonDocs.vue | 1 - app/.vitepress/src/views/search/TheSearchResult.vue | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/.vitepress/src/components/FloatingButtonDocs.vue b/app/.vitepress/src/components/FloatingButtonDocs.vue index e0ab3f829..8bc53b235 100644 --- a/app/.vitepress/src/components/FloatingButtonDocs.vue +++ b/app/.vitepress/src/components/FloatingButtonDocs.vue @@ -392,7 +392,6 @@ const submitArticleFeedback = () => { :marks="marks_mb" show-stops :show-tooltip="false" - @input="updateItemScore(item.value, i)" @change="updateItemScoreAfter(i)" /> diff --git a/app/.vitepress/src/views/search/TheSearchResult.vue b/app/.vitepress/src/views/search/TheSearchResult.vue index 11dc29244..2c4479e63 100644 --- a/app/.vitepress/src/views/search/TheSearchResult.vue +++ b/app/.vitepress/src/views/search/TheSearchResult.vue @@ -247,6 +247,9 @@ const goToPage = (href: string) => { @include text2; color: var(--o-color-info1); font-weight: 500; + @include hover { + color: var(--o-color-link1); + } } .item-content { margin: 12px 0 8px 0; -- Gitee