Skip to content

Commit

Permalink
store
Browse files Browse the repository at this point in the history
  • Loading branch information
hsyhhssyy committed Jun 26, 2024
1 parent dc72351 commit afe99c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/desktop/views/game/SkinGuess.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<template>
<game-base ref="base" :room-id="roomId" :input-handler="sendMove" :players="players" @on-loaded="load">
<div>
<n-card style="height: 100%" class="game-card">
<div :class="{
'overlay': settlementDialogShown,
Expand Down Expand Up @@ -69,6 +70,7 @@
</div>
</div>
</n-card>
</div>
<template v-slot:players>
<player-ranking :room-id="roomId"></player-ranking>
</template>
Expand Down Expand Up @@ -525,8 +527,6 @@ $guideHeight: 160px;
.game-card {
position: relative;
overflow: hidden;
width: 600px; // 此处固定宽度,是因为amiya face,会改变宽度,因此偷懒临时固定宽度
.overlay {
position: absolute;
Expand Down

0 comments on commit afe99c8

Please sign in to comment.