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 {