排位房间内容完善

This commit is contained in:
kron
2025-06-06 00:34:54 +08:00
parent 79ef6d978d
commit d1dc839e70
6 changed files with 48 additions and 47 deletions

View File

@@ -25,9 +25,10 @@ defineProps({
<style scoped>
.content {
width: 100%;
width: 100vw;
height: calc(100vh - 116px);
overflow: auto;
overflow-x: hidden;
overflow-y: auto;
display: flex;
flex-direction: column;
align-items: center;