From c744d92f386d0263affa36a64235cf10be8cbe56 Mon Sep 17 00:00:00 2001 From: Peanut Date: Mon, 15 Jun 2026 11:42:10 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9AMineView=20=E4=B8=AA=E4=BA=BA?= =?UTF-8?q?=E6=A1=A3=E6=A1=88=E8=B0=83=E6=95=B4=E4=B8=BA=E4=B8=A4=E8=A1=8C?= =?UTF-8?q?=E5=9B=9B=E5=88=97=EF=BC=8C=E7=A7=BB=E9=99=A4=E4=B8=AA=E4=BA=BA?= =?UTF-8?q?=E4=B8=AD=E5=BF=83=E5=92=8C=20MBTI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mini-program/src/pages/main/MineView.vue | 42 ++++-------------------- 1 file changed, 6 insertions(+), 36 deletions(-) diff --git a/mini-program/src/pages/main/MineView.vue b/mini-program/src/pages/main/MineView.vue index 72e14f0..3ba902e 100644 --- a/mini-program/src/pages/main/MineView.vue +++ b/mini-program/src/pages/main/MineView.vue @@ -3,12 +3,6 @@ - - - 个人中心 - - - @@ -44,36 +38,28 @@ {{ profile.zodiac || '未设置' }} - - MBTI - {{ profile.mbti || '未设置' }} - - 职业 {{ profile.profession || '未设置' }} - - - 📍 城市 {{ profile.city || '未设置' }} - + 🏢 行业 {{ profile.industry || '未设置' }} - + + + + 🏗 公司 {{ profile.company || '未设置' }} - - - 🎂 生日 @@ -278,7 +264,6 @@ const terminateLifeHarmony = () => { background-position: 60rpx 20rpx, 120rpx 100rpx; } -.profile-topbar, .stats-grid, .menu-item { position: relative; @@ -287,21 +272,6 @@ const terminateLifeHarmony = () => { align-items: center; } -.profile-topbar { - height: 68rpx; - justify-content: space-between; -} - -.top-placeholder { - width: 72rpx; -} - -.page-title { - font-size: 34rpx; - font-weight: 500; - letter-spacing: 4rpx; -} - .avatar-stage { position: relative; z-index: 1; @@ -445,7 +415,7 @@ const terminateLifeHarmony = () => { .profile-grid { display: grid; - grid-template-columns: repeat(3, 1fr); + grid-template-columns: repeat(4, 1fr); margin-bottom: 24rpx; }