完成打乱斗数据调试
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user