From eb85e0926f56a61f0af823c286c01b685cce5414 Mon Sep 17 00:00:00 2001 From: Jacy <18049821889@163.com> Date: Wed, 1 Jul 2026 00:33:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E7=94=A8=E6=88=B7=E5=A4=B4?= =?UTF-8?q?=E5=83=8F=E5=90=93=E7=9A=84badge?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/h5-user/src/pages/MinePage.tsx | 3 --- apps/h5-user/src/styles.css | 20 -------------------- 2 files changed, 23 deletions(-) diff --git a/apps/h5-user/src/pages/MinePage.tsx b/apps/h5-user/src/pages/MinePage.tsx index 9ccbb0f..d4e2857 100644 --- a/apps/h5-user/src/pages/MinePage.tsx +++ b/apps/h5-user/src/pages/MinePage.tsx @@ -84,9 +84,6 @@ export default function MinePage() {
- - verified -

{nickname}

diff --git a/apps/h5-user/src/styles.css b/apps/h5-user/src/styles.css index 59c8958..37cc8e0 100644 --- a/apps/h5-user/src/styles.css +++ b/apps/h5-user/src/styles.css @@ -4267,26 +4267,6 @@ object-fit: cover; } -.mine-avatar-badge { - position: absolute; - right: 0; - bottom: 0; - width: 24px; - height: 24px; - border-radius: 50%; - background: var(--color-aged-amber); - border: 2px solid var(--color-primary); - display: flex; - align-items: center; - justify-content: center; - box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); -} - -.mine-avatar-badge .material-symbols-outlined { - font-size: 14px; - color: var(--color-primary); -} - .mine-profile-info { flex: 1; min-width: 0;