[fix]调整用户界面,头像压缩问题

main
huyuanxiang 1 year ago
parent 610c401482
commit 2df1d14c50

@ -315,6 +315,7 @@ export default {
align-items: center; align-items: center;
overflow: hidden; overflow: hidden;
z-index: 200; z-index: 200;
width: 100%;
} }
.user image { .user image {
@ -328,7 +329,7 @@ export default {
font-size: 24upx; font-size: 24upx;
color: #fff; color: #fff;
margin-left: 20upx; margin-left: 20upx;
width: 80%; width: 76%;
line-height: 30upx; line-height: 30upx;
height: 30upx; height: 30upx;
white-space: break-spaces; white-space: break-spaces;

Loading…
Cancel
Save