完成打乱斗数据调试

This commit is contained in:
kron
2026-02-07 10:52:56 +08:00
parent 09d8e7b3da
commit 6101cd80ce
20 changed files with 444 additions and 473 deletions

View File

@@ -124,15 +124,16 @@ const seats = new Array(props.total).fill(1);
right: 0;
} */
.player-unknow {
width: 40px;
height: 40px;
width: 84rpx;
height: 84rpx;
margin: 0 24rpx;
border: 1px solid #fff3;
border: 1rpx solid #fff3;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
background-color: #69686866;
box-sizing: border-box;
}
.player-unknow > image {
width: 40%;