完善弓箭调试和相关组件
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user