From 2df1d14c5010308c126ab1d66abb854b774206d1 Mon Sep 17 00:00:00 2001 From: huyuanxiang <273637057@qq.com> Date: Mon, 26 Jun 2023 17:10:04 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=E8=B0=83=E6=95=B4=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=EF=BC=8C=E5=A4=B4=E5=83=8F=E5=8E=8B=E7=BC=A9?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/views/tabBar/user.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/views/tabBar/user.vue b/pages/views/tabBar/user.vue index e48a78a..cc289a1 100644 --- a/pages/views/tabBar/user.vue +++ b/pages/views/tabBar/user.vue @@ -315,6 +315,7 @@ export default { align-items: center; overflow: hidden; z-index: 200; + width: 100%; } .user image { @@ -328,7 +329,7 @@ export default { font-size: 24upx; color: #fff; margin-left: 20upx; - width: 80%; + width: 76%; line-height: 30upx; height: 30upx; white-space: break-spaces;