From 49acf7fba30956bd3b7693a47380fbf7599b78a7 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sat, 29 Mar 2025 20:05:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=87=8D=E7=BD=AE=E5=8A=A0=E8=BD=BD?= =?UTF-8?q?=E8=BF=9B=E5=BA=A6=E5=80=BC=E5=B9=B6=E8=B0=83=E6=95=B4=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E8=BF=9B=E5=BA=A6=E5=8D=A1=E7=9A=84=E5=86=85=E8=BE=B9?= =?UTF-8?q?=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/resource.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/resource.vue b/src/pages/resource.vue index 461885eb..0fd6d2f1 100644 --- a/src/pages/resource.vue +++ b/src/pages/resource.vue @@ -77,6 +77,7 @@ function startLoadingProgress() { // 停止监听加载进度 function stopLoadingProgress() { if (progressEventSource.value) progressEventSource.value?.close() + progressValue.value = 0 } // 设置视图类型 @@ -261,7 +262,7 @@ onUnmounted(() => { z-index: 100; display: flex; justify-content: center; - padding-top: 20px; + padding-top: 4rem; } .search-progress-card {