修改滚动
This commit is contained in:
@@ -155,10 +155,8 @@
|
|||||||
}
|
}
|
||||||
// 场馆列表
|
// 场馆列表
|
||||||
.stadium-list {
|
.stadium-list {
|
||||||
flex: 1;
|
|
||||||
width: auto;
|
width: auto;
|
||||||
height: calc(83vh - 130px);
|
height: calc(80vh - 130px);
|
||||||
overflow-y: auto;
|
|
||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
.stadium-item {
|
.stadium-item {
|
||||||
padding: 16px 20px;
|
padding: 16px 20px;
|
||||||
|
|||||||
Reference in New Issue
Block a user