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 f999314 commit 1dd1bda
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/mobile/views/GameBase.vue
Original file line number Diff line number Diff line change
Expand Up @@ -204,23 +204,20 @@ onUnmounted(() => {
<style lang="scss" scoped>
.game-base {
width: 100%;
height: 100%;
height: 100vh;
display: flex;
flex-direction: column;
justify-content: space-between;
& > div {
width: calc(100% - 5px);
}
overflow-y: auto; /* 允许垂直滚动 */
.game-info {
margin-bottom: 10px;
}
.player-panel {
height: 100%;
display: flex;
flex-direction: column;
min-height: 230px;
.chat-area {
display: flex;
Expand Down

0 comments on commit 1dd1bda

Please sign in to comment.