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 1dd1bda commit edbc35d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 6 additions & 0 deletions src/mobile/components/cypherChallenge/ResultTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ const headers = computed(() => {
background: transparent;
color: #f0f0f0;
flex-grow: 1;
flex-shrink: 1;
flex-basis: 0;
overflow-y: auto;
.table-header-row {
display: flex;
Expand Down Expand Up @@ -152,6 +155,7 @@ const headers = computed(() => {
.table-header-no-bg {
text-align: left;
flex-grow: 1;
min-width: 40px;
}
}
Expand Down Expand Up @@ -180,6 +184,8 @@ const headers = computed(() => {
overflow: hidden;
margin-left: 5px;
min-width: 40px;
.operator-name {
margin-left: 5px;
}
Expand Down
6 changes: 2 additions & 4 deletions src/mobile/views/GameBase.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<template>
<div class="game-base" v-if="!isGameHubLoading && gameRoomData">
<div>
<slot></slot>
</div>
<slot></slot>
<div class="player-panel">
<chat-board
:room-id="props.roomId"
Expand Down Expand Up @@ -211,7 +209,7 @@ onUnmounted(() => {
overflow-y: auto; /* 允许垂直滚动 */
.game-info {
margin-bottom: 10px;
margin-bottom: 200px;
}
.player-panel {
Expand Down

0 comments on commit edbc35d

Please sign in to comment.