|
@@ -156,6 +156,7 @@
|
|
></routeTimeTable-list>
|
|
></routeTimeTable-list>
|
|
<el-dialog
|
|
<el-dialog
|
|
width="80%"
|
|
width="80%"
|
|
|
|
+ top="5vh"
|
|
:visible.sync="showMapDialog"
|
|
:visible.sync="showMapDialog"
|
|
title="路线绘制"
|
|
title="路线绘制"
|
|
:modal-append-to-body="true"
|
|
:modal-append-to-body="true"
|
|
@@ -170,7 +171,7 @@
|
|
:plugin="plugin"
|
|
:plugin="plugin"
|
|
:center="centerPoint"
|
|
:center="centerPoint"
|
|
:zoom="15"
|
|
:zoom="15"
|
|
- style="width: 100%; height: 400px"
|
|
|
|
|
|
+ style="width: 100%; height: 500px"
|
|
>
|
|
>
|
|
<!--站点-->
|
|
<!--站点-->
|
|
<el-amap-marker
|
|
<el-amap-marker
|