修改滚动

This commit is contained in:
筱野
2025-11-05 21:41:36 +08:00
parent 29fd69d83c
commit adf9579a95

View File

@@ -155,10 +155,8 @@
}
// 场馆列表
.stadium-list {
flex: 1;
width: auto;
height: calc(83vh - 130px);
overflow-y: auto;
height: calc(80vh - 130px);
-webkit-overflow-scrolling: touch;
.stadium-item {
padding: 16px 20px;