diff --git a/pages/arrivalConfirmation/index.vue b/pages/arrivalConfirmation/index.vue
index f46f79d..03eb9a4 100644
--- a/pages/arrivalConfirmation/index.vue
+++ b/pages/arrivalConfirmation/index.vue
@@ -49,6 +49,8 @@
派车时间:
{{ item.outTime }}
+
+
@@ -76,8 +78,6 @@
-
-
diff --git a/pages/sendACarSystem/index.vue b/pages/sendACarSystem/index.vue
index b3c321b..3ccf838 100644
--- a/pages/sendACarSystem/index.vue
+++ b/pages/sendACarSystem/index.vue
@@ -7,10 +7,10 @@
-
+
{{ checkStatus || '审核状态' }}
-
+
+
@@ -107,8 +108,6 @@
@cancel="showPicker = false"
@confirm="confirm"
>
-
-
@@ -379,12 +378,14 @@ page {
background-color: #f8f8f8;
}
.cont {
+ height: 45px;
position: fixed;
top: 0;
width: 100%;
z-index: 999;
}
.search {
+ height: 40px;
padding: 15px;
display: flex;
background-color: #fff;
@@ -399,8 +400,7 @@ page {
}
}
.list {
- margin-top: 115px;
- /* height: calc(100vh - 112px); */
+ margin-top: 120px;
overflow-y: auto;
}
.list-cont {