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;