细节完善
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user