From 7d35728373db70eea6d1fa117d1f0bf835595cf0 Mon Sep 17 00:00:00 2001 From: chenjw28 <792430652@qq.com> Date: Fri, 29 May 2026 10:00:08 +0800 Subject: [PATCH] x --- static/style.css | 31 ++++++++++++++++++++++++++++++- static/vue-app.js | 5 ++++- 2 files changed, 34 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index 97993a9..2907b6e 100644 --- a/static/style.css +++ b/static/style.css @@ -535,7 +535,7 @@ body { } .btn-lg { - padding: var(--space-4) var(--space-8); + padding: var(--space-4) var(--space-6); font-size: var(--text-base); } @@ -544,6 +544,35 @@ body { font-size: var(--text-xs); } +/* 返回按钮 */ +.btn-back { + display: inline-flex; + align-items: center; + gap: 4px; + padding: 6px 14px; + margin-bottom: var(--space-3); + font-size: 13px; + font-weight: var(--font-medium); + color: var(--text-secondary); + background: var(--bg-secondary); + border: 1px solid var(--border-light); + border-radius: var(--radius-md); + cursor: pointer; + transition: all 0.2s ease; + text-decoration: none; + user-select: none; +} + +.btn-back:hover { + color: var(--primary-700); + background: var(--primary-50); + border-color: var(--primary-200); +} + +.btn-back:active { + transform: scale(0.96); +} + .btn:disabled, .btn-disabled { opacity: 0.5; diff --git a/static/vue-app.js b/static/vue-app.js index 5c31ac8..d9ae72a 100644 --- a/static/vue-app.js +++ b/static/vue-app.js @@ -1962,7 +1962,10 @@ const ResultView = { template: `