bug 修复

This commit is contained in:
kron
2025-08-17 10:33:41 +08:00
parent 8110a0f5c1
commit b31689b19f
4 changed files with 14 additions and 6 deletions

View File

@@ -80,7 +80,7 @@ onShow(async () => {
<view class="my-data">
<view>
<Avatar :rankLvl="user.rankLvl" :src="user.avatar" :size="30" />
<text>{{ user.nickName }}</text>
<text class="truncate">{{ user.nickName }}</text>
</view>
<view>
<view>
@@ -278,6 +278,7 @@ onShow(async () => {
color: #fff;
font-size: 17px;
margin-left: 10px;
width: 120px;
}
.my-data > view:last-child {
margin-bottom: 15px;

View File

@@ -45,7 +45,7 @@ onShow(async () => {
<view>
<view>
<Avatar :rankLvl="user.rankLvl" :src="user.avatar" :size="30" />
<text>{{ user.nickName }}</text>
<text class="truncate">{{ user.nickName }}</text>
</view>
<view>
<text>已练习打卡</text>
@@ -127,6 +127,7 @@ onShow(async () => {
color: #fff;
margin-left: 10px;
font-size: 16px;
width: 120px;
}
.practise-data > view:first-child > view:last-child > text:nth-child(2) {
color: #f7d247;