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;