update square/square.vue

This commit is contained in:
linfeng 2023-11-22 10:38:59 +08:00
parent c179fe03c5
commit 0a667b478b

View File

@ -26,7 +26,6 @@
v-for="(item, index) in userList" :key="index">
<view v-if="index < 3" class="user-index-hot">{{ index + 1 }}</view>
<view v-else class="user-index-common">{{ index + 1 }}</view>
<image class="avatar" mode="aspectFill" :src="item.avatar"></image>
<view class="right">
<text class="username">{{ item.username }}</text>
@ -250,7 +249,7 @@
margin-right: 20rpx;
margin-top: 40rpx;
color: #aaaaff;
font-size: 34rpx;
font-size: 36rpx;
font-weight: 800;
}
}