From aa5d4d77f8df5ab77b953181acdfd4a2a1725c6e Mon Sep 17 00:00:00 2001 From: bruce Date: Wed, 3 Jun 2026 23:44:40 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E5=8E=9F=E5=9E=8B=E8=AE=BE=E8=AE=A1):?= =?UTF-8?q?=20=E8=B0=83=E6=95=B4=E7=94=A8=E6=88=B7=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E5=B1=95=E7=A4=BA=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../原型设计/registration-prototype-demo.html | 31 ++++++++++++++----- 1 file changed, 24 insertions(+), 7 deletions(-) diff --git a/docs/原型设计/registration-prototype-demo.html b/docs/原型设计/registration-prototype-demo.html index 030e196..7685aaf 100644 --- a/docs/原型设计/registration-prototype-demo.html +++ b/docs/原型设计/registration-prototype-demo.html @@ -652,6 +652,14 @@ margin-left: 0; } + .topbar-user { + display: flex; + align-items: center; + gap: 10px; + margin-left: 18px; + white-space: nowrap; + } + .system-nav-btn { min-height: 64px; padding: 0 16px; @@ -724,6 +732,18 @@ box-shadow: 0 8px 18px rgba(58, 115, 217, 0.2); } + .topbar-avatar { + width: 34px; + height: 34px; + border-radius: 50%; + background: linear-gradient(180deg, #5d8ee9 0%, #3c74db 100%); + color: #fff; + display: grid; + place-items: center; + font-weight: 700; + box-shadow: 0 8px 18px rgba(58, 115, 217, 0.18); + } + @keyframes fadeIn { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: translateY(0); } @@ -799,6 +819,10 @@ +
+ admin1 + A +
@@ -1183,13 +1207,6 @@
${renderHistoryList(data.conversations)}
-