|
@@ -5,10 +5,16 @@
|
|
|
<ion-buttons slot="start">
|
|
|
<ion-icon :icon="arrowBackOutline" @click="()=>router.push('../')"></ion-icon>
|
|
|
</ion-buttons>
|
|
|
+
|
|
|
<ion-title>驿站地图</ion-title>
|
|
|
</ion-toolbar>
|
|
|
</ion-header>
|
|
|
<ion-content>
|
|
|
+ <ion-item style="margin: 10px 0;">
|
|
|
+ <ion-input style="border: 1px solid #f2f2f5;border-radius: 14px;--padding-start: 10px;height: 35px;"
|
|
|
+ ></ion-input>
|
|
|
+ <ion-button slot="end" style="height: 33px;width: 70px;margin-left: 10px;--box-shadow: none;--border-radius: 14px;">查询</ion-button>
|
|
|
+ </ion-item>
|
|
|
<img src="@/assets/icon/map-demo.jpg" style="width: 100%;height: 100%;">
|
|
|
</ion-content>
|
|
|
</ion-page>
|