修复bug
This commit is contained in:
@@ -153,11 +153,14 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100vh;
|
||||
overflow: hidden;
|
||||
background-color: #f5f7fa;
|
||||
}
|
||||
|
||||
.page {
|
||||
flex: 1;
|
||||
min-height: 0;
|
||||
height: 0;
|
||||
overflow-y: auto;
|
||||
padding: 0px 40rpx;
|
||||
box-sizing: border-box;
|
||||
@@ -181,6 +184,8 @@
|
||||
|
||||
.bottom-btn {
|
||||
padding: 20rpx 30rpx 40rpx;
|
||||
flex-shrink: 0;
|
||||
background-color: #f5f7fa;
|
||||
}
|
||||
|
||||
.car-item {
|
||||
|
||||
Reference in New Issue
Block a user