From ada60d0d3bff18777aea88abd0061670954cae4c Mon Sep 17 00:00:00 2001 From: BTMuli Date: Sun, 1 Mar 2026 00:00:38 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20=E8=B0=83=E8=8A=82=E6=96=87?= =?UTF-8?q?=E6=9C=AC=E4=BD=8D=E7=BD=AE&=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #221 --- src/components/userRecord/tur-overview-sub.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/userRecord/tur-overview-sub.vue b/src/components/userRecord/tur-overview-sub.vue index be7dcdda..abea340c 100644 --- a/src/components/userRecord/tur-overview-sub.vue +++ b/src/components/userRecord/tur-overview-sub.vue @@ -36,14 +36,17 @@ const props = defineProps(); .tur-os-label { position: absolute; + z-index: 0; right: 2px; - bottom: 0; + bottom: -2px; color: var(--box-text-4); font-family: var(--font-text); - font-size: 12px; + font-size: 10px; } .tur-os-text { + position: relative; + z-index: 1; display: flex; align-items: center; justify-content: center;