Compare commits

..

No commits in common. "41bf14eb8fac3f0904574ff54964b61320b9fb20" and "bea27614536815f587b854b47305f8f56cd0dc4e" have entirely different histories.

View File

@ -526,7 +526,7 @@
// 对手栏
// =====================================
.opponents-bar {
height: 180rpx;
height: 140rpx;
background: rgba(0, 0, 0, 0.2);
border-bottom: 1px solid $border-dark;
}
@ -538,12 +538,12 @@
}
.player-card {
min-width: 260rpx;
height: 140rpx;
min-width: 200rpx;
height: 100rpx;
background: $bg-dark-card;
border: 1px solid $border-dark;
border-radius: $radius-lg;
padding: $spacing-md;
border-radius: $radius-md;
padding: $spacing-sm $spacing-md;
display: flex;
align-items: center;
position: relative;
@ -582,19 +582,10 @@
.avatar {
font-size: 44rpx;
margin-right: $spacing-md;
display: flex;
align-items: center;
justify-content: center;
background: rgba(255, 255, 255, 0.1);
border-radius: 50%;
width: 80rpx;
height: 80rpx;
margin-right: $spacing-sm;
&.lg {
width: 100rpx;
height: 100rpx;
font-size: 64rpx;
font-size: 56rpx;
}
}
@ -778,12 +769,11 @@
display: flex;
gap: $spacing-md;
border-top: 1px solid $border-dark;
height: 240rpx; // 增加底部面板高度以容纳更大的卡片
}
.game-logs {
flex: 1;
height: 100%;
max-height: 140rpx;
padding: $spacing-sm;
background: rgba(0, 0, 0, 0.3);
border-radius: $radius-md;