修复bug

This commit is contained in:
zhouyanli
2026-08-13 17:42:59 +08:00
parent 32765cc004
commit 9e8f5d6acc
11 changed files with 42 additions and 50 deletions

View File

@@ -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 {