From 5a382d95e4210612b086f7082964db89c1b89fdf Mon Sep 17 00:00:00 2001 From: cat-shark <1716967236@qq.com> Date: Sun, 13 Sep 2026 22:13:56 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=AE=8B=E7=89=87chip=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=E9=BB=84=E8=89=B2=E7=AB=96=E6=9D=A1=E5=B9=B6=E8=A1=A5?= =?UTF-8?q?=E5=85=85=E4=B8=9A=E5=8A=A1=E5=AE=9A=E4=B9=89=E6=82=AC=E6=B5=AE?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Welcome.vue | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/src/components/Welcome.vue b/src/components/Welcome.vue index f44f8b5..73d9135 100644 --- a/src/components/Welcome.vue +++ b/src/components/Welcome.vue @@ -278,9 +278,16 @@ onBeforeUnmount(() => {
- - 学习残片 - + + + 学习残片 + +
{ display: inline-flex; align-items: center; gap: 12px; + cursor: help; + outline: none; } .dot { @@ -485,7 +494,6 @@ onBeforeUnmount(() => { padding: 8px 16px; background: var(--surface-strong); border: 1px solid var(--border-soft); - border-left: 3px solid var(--accent-warning); border-radius: 6px; cursor: pointer; transition: background 0.2s, box-shadow 0.2s; @@ -495,7 +503,7 @@ onBeforeUnmount(() => { .review-chip:hover { box-shadow: var(--shadow-soft); - background: var(--accent-warning-soft); + background: var(--accent-success-softer); } .chip-task {