From d064e9bc8f1ca76713dcffe0b499bb08e79955f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B4=AE=E7=94=9F=EF=BC=88=E5=AD=90=E8=99=9A=EF=BC=89?= <2234839456@qq.com> Date: Thu, 30 Jul 2026 19:53:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=BF=9B=E5=BA=A6=E6=9D=A1=E6=96=B9?= =?UTF-8?q?=E5=90=91=20+=20=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 进度条缺少 width:100%,导致 absolute 元素宽度为 0 不可见 - keyframes 改为 scaleX(0→1),从空到满增长(符合进度直觉) --- src/StatsPanel.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/StatsPanel.vue b/src/StatsPanel.vue index 3ebb569..b0ac3cd 100644 --- a/src/StatsPanel.vue +++ b/src/StatsPanel.vue @@ -122,14 +122,14 @@ onUnmounted(() => { {{ t('cacheHit') }} {{ data.subsetRequests > 0 ? ((data.subsetCacheHits / data.subsetRequests) * 100).toFixed(1) : '0.0' }}% -
+