修改bug

This commit is contained in:
筱野
2025-09-13 10:55:06 +08:00
parent aef84e76cb
commit 52bee95505
9 changed files with 317 additions and 349 deletions

View File

@@ -2,7 +2,8 @@
.select-stadium {
width: 100%;
height: calc(100vh - 10px);
max-height: 80vh;
min-height: 80vh;
background: #f5f5f5;
display: flex;
flex-direction: column;
@@ -156,9 +157,9 @@
.stadium-list {
flex: 1;
width: auto;
height: calc(83vh - 130px);
overflow-y: auto;
-webkit-overflow-scrolling: touch;
.stadium-item {
padding: 16px 20px;
display: flex;