细节完善

This commit is contained in:
kron
2025-08-15 16:37:10 +08:00
parent b2abcc71b1
commit 8110a0f5c1
5 changed files with 21 additions and 17 deletions

View File

@@ -146,7 +146,7 @@ const checkBowData = () => {
>自己</text
>
</view>
<text>{{ player.name }}</text>
<text class="truncate">{{ player.name }}</text>
</view>
</view>
</view>
@@ -509,7 +509,7 @@ const checkBowData = () => {
.header-mvp > view > view:first-child > text {
color: #fff;
font-size: 14px;
transform: translateY(-4px) skewY(-6deg);
transform: translateY(-4px) rotate(-5deg);
}
.header-mvp > view > view:last-child {
display: flex;
@@ -517,7 +517,7 @@ const checkBowData = () => {
color: #fff;
font-size: 8px;
text-align: center;
transform: translateY(-16px) skewY(-6deg);
transform: translateY(-16px) rotate(-5deg);
min-width: 40%;
}
.header-mvp > view > view:last-child > view {
@@ -527,5 +527,6 @@ const checkBowData = () => {
}
.header-mvp > view > view:last-child > view > text {
margin-top: 4px;
width: 40px;
}
</style>