完善弓箭调试和相关组件

This commit is contained in:
kron
2025-05-08 22:05:53 +08:00
parent ab169af87f
commit a8834ad899
15 changed files with 238 additions and 41 deletions

View File

@@ -35,7 +35,7 @@ const toUserPage = () => {
</view>
<view class="user-details">
<view class="user-name">
<text>{{ containerWidth }}</text>
<text>{{ userInfo.name }}</text>
<image src="../static/vip1.png" mode="widthFix" />
</view>
<view class="user-stats">
@@ -101,7 +101,7 @@ const toUserPage = () => {
.user-name > image {
margin-left: 5px;
width: 24px;
width: 20px;
}
.user-stats {