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

main
huyuanxiang 1 year ago
parent 610c401482
commit 2df1d14c50

@ -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;

Loading…
Cancel
Save