This commit is contained in:
2026-04-10 10:19:42 +08:00
parent 7a490f0ffc
commit cdf0bc5a01
7 changed files with 186 additions and 92 deletions

View File

@ -330,13 +330,17 @@ title: '请添加客服号',
overflow-y: auto;
-webkit-overflow-scrolling: touch;
height: calc(100vh - #{$app_tabbar_height + 26});
padding-top: 0;
.mineGroundImgView {
position: relative;
margin-top: -88rpx;
.groundImg {
width: 100%;
height: 552rpx;
padding-top: 88rpx;
box-sizing: content-box;
}
}