Tiroble 3 anos atrás
pai
commit
5fd9d24b56

+ 4 - 3
src/views/sale/components/offSiteTransportation/checkGPS.vue

@@ -37,7 +37,7 @@
             </div>
             <div class="in_transit_information3" v-if="listPath.length>0">
                 <span class="item_details">停车时长:</span>
-                <el-select style="width:100px" @change="changeParkingTime" v-model="parkingTime" placeholder="请选择">
+                <el-select style="width:100px" @change="changeParkingTime" v-model="parkingTime" placeholder="停车">
                 <el-option
                 v-for="item in parkingOptions"
                 :key="item.value"
@@ -48,7 +48,7 @@
             </div>
             <div class="in_transit_information3" v-if="listPath.length>0">
                 <span class="item_details">离线时长:</span>
-                <el-select style="width:100px" @change="changeLeaveTime" v-model="leaveTime" placeholder="请选择">
+                <el-select style="width:100px" @change="changeLeaveTime" v-model="leaveTime" placeholder="离线">
                 <el-option
                 v-for="item in parkingOptions"
                 :key="item.value"
@@ -612,7 +612,7 @@ export default {
 }
 
 .controller{
-    width: 100%; height: 50px;
+    width: 100%; height: 70px;
     background: white;
    position: absolute;z-index:99;top:0;left:0;
    
@@ -720,5 +720,6 @@ span.item_details2 {
     height: 40px;
     width: 240px;
      float: left;
+     top: 0px;
 }
 </style>

+ 2 - 2
src/views/sale/components/offSiteTransportation/mapTest.vue

@@ -13,7 +13,7 @@
                 <br/>
                 <label class="item_details">车速:{{runRoute.spd}}千米/小时</label>
                 <br/>
-                <br/> -->
+                <br/> 
                 <!--控制条-->
                 <div class="map-control" v-show="isActual">
                     <!--播放暂停按钮-->
@@ -462,7 +462,7 @@ export default {
 }
 .driving_information {
     position: relative;
-    top: 30px;
+    top: 50px;
 }
 
 /* 进度条 */