修改bug
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user