| xqd
@@ -53,18 +53,18 @@
|
|
|
|
|
|
</ion-content>
|
|
|
</ion-side-menu-content>
|
|
|
- <ion-side-menu width="120" side="right">
|
|
|
+ <ion-side-menu width="220" side="right">
|
|
|
<ion-content>
|
|
|
<div class="list">
|
|
|
<div class="padding">
|
|
|
<label class="item item-input">
|
|
|
- <input ng-model="filter.begin_address" type="text" placeholder="出发地">
|
|
|
+ 出发地:<input ng-model="filter.begin_address" type="text" placeholder="出发地">
|
|
|
</label>
|
|
|
<label class="item item-input">
|
|
|
- <input ng-model="filter.end_address" type="text" placeholder="抵达地">
|
|
|
+ 抵达地:<input ng-model="filter.end_address" type="text" placeholder="抵达地">
|
|
|
</label>
|
|
|
<label class="item item-input">
|
|
|
- <input ng-model="filter.midway_address" type="text" placeholder="途经地">
|
|
|
+ 途经地:<input ng-model="filter.midway_address" type="text" placeholder="途经地">
|
|
|
</label>
|
|
|
<button class="button button-assertive button-block button-radius-full" ng-click="toggleRight()">应用</button>
|
|
|
</div>
|