From bddce0794fcf1aa996f7fb700a40377dbc598cbb Mon Sep 17 00:00:00 2001 From: msh-agent Date: Sun, 3 May 2026 03:56:54 +0800 Subject: [PATCH] =?UTF-8?q?fix(user-tag):=20=E7=94=A8=E6=88=B7=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=E6=94=BE=E5=88=B0=E6=89=8B=E6=9C=BA=E5=8F=B7=E5=8F=B3?= =?UTF-8?q?=E4=BE=A7=EF=BC=88=E5=90=8C=E8=A1=8C=E5=B1=95=E7=A4=BA=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 调整布局:标签从单独一行移到 .num(手机号)行内,靠右排开 - flex:1 + min-width:0 占满剩余宽度避免挤压编辑图标 - 仍保持半透明白胶囊样式 - 与会员等级胶囊在同一视觉层级,不破坏顶部信息区结构 Co-Authored-By: Claude Opus 4.7 (1M context) --- msh_single_uniapp/pages/user/index.vue | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/msh_single_uniapp/pages/user/index.vue b/msh_single_uniapp/pages/user/index.vue index 226b493..63f7997 100644 --- a/msh_single_uniapp/pages/user/index.vue +++ b/msh_single_uniapp/pages/user/index.vue @@ -21,19 +21,19 @@ - - - {{ tag }} - {{userInfo.phone}} + + + {{ tag }} + 绑定手机号 @@ -606,12 +606,14 @@ } } } - /* 用户标签(test-0415 后续:会员等级下方展示) */ + /* 用户标签:会员等级下方、手机号右侧排开 */ .user-tags { display: flex; flex-wrap: wrap; gap: 8rpx; - margin-top: 8rpx; + margin-left: 16rpx; + flex: 1; + min-width: 0; .user-tag { padding: 2rpx 16rpx;