From 16b7d1598143c8ea14edef3350ea5e45ad6227ae Mon Sep 17 00:00:00 2001 From: Hera Zhao Date: Mon, 13 Apr 2026 23:34:50 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=95=86=E4=B8=9A=E6=A0=B8=E7=AE=97?= =?UTF-8?q?=E9=A1=B5=E6=9C=AA=E7=99=BB=E5=BD=95=E6=97=B6=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E6=8F=90=E7=A4=BA=EF=BC=8C=E4=B8=8D=E6=9A=B4?= =?UTF-8?q?=E9=9C=B2=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/src/views/Projects.vue | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/frontend/src/views/Projects.vue b/frontend/src/views/Projects.vue index 329eb4a..1c11546 100644 --- a/frontend/src/views/Projects.vue +++ b/frontend/src/views/Projects.vue @@ -1,5 +1,12 @@ @@ -951,6 +959,14 @@ function formatDate(d) { color: #6b6375; } +.login-prompt { + text-align: center; + padding: 60px 20px; + color: #6b6375; +} +.login-prompt .commercial-icon { font-size: 48px; margin-bottom: 12px; } +.login-prompt p { margin-bottom: 16px; font-size: 15px; } + .empty-hint { text-align: center; color: #b0aab5;