比赛结果数据源修改

This commit is contained in:
kron
2025-07-15 18:14:59 +08:00
parent 16f8048b55
commit 32baa7279d
6 changed files with 68 additions and 47 deletions

View File

@@ -106,7 +106,7 @@ const comingSoon = () => {
<view class="feature-grid">
<view class="bow-card">
<image
src="https://api.shelingxingqiu.com/attachment/2025-07-15/dbci3g2g77tbxnujdl.webp"
src="https://api.shelingxingqiu.com/attachment/2025-07-15/dbciq9qhkpd3pqxawo.webp"
mode="widthFix"
@click="() => toPage('/pages/my-device')"
/>
@@ -343,12 +343,13 @@ const comingSoon = () => {
.player-avatar,
.more-players {
width: 80rpx;
height: 80rpx;
width: 82rpx;
height: 82rpx;
border-radius: 50%;
margin-right: -10px;
border: 1px solid #000;
position: relative;
box-sizing: border-box;
}
.player-avatar > image:first-child,