细节调整

This commit is contained in:
kron
2026-01-06 14:41:45 +08:00
parent 3d13f7c880
commit 4275f608fe
5 changed files with 8 additions and 7 deletions

View File

@@ -52,7 +52,7 @@ const onClick = async () => {
<view>
<Avatar :src="data.avatar || '../static/user-icon.png'" :size="36" />
<view>
<text>{{ data.name }}</text>
<text class="truncate">{{ data.name }}</text>
<view>
<text>{{ data.totalDay }}</text>
<view />
@@ -112,7 +112,8 @@ const onClick = async () => {
margin-left: 20rpx;
}
.rank-item > view:nth-child(2) > view:last-child > text:first-child {
font-size: 30rpx;
width: 200rpx;
font-size: 28rpx;
color: #333333;
margin-bottom: 5rpx;
}