Update src/template/module/journey/leg/top.pug
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f735e20d4e
commit
82aed417e6
@ -1,18 +1,20 @@
|
|||||||
.row.text-center.align
|
.row.text-center
|
||||||
.col-5.col-sm-4.col-md-2
|
.col-12.col-sm-12.col-md-5.mr-auto
|
||||||
.input
|
.row
|
||||||
input(
|
.col-5.col-md-6.mr-auto
|
||||||
placeholder="Leg"
|
.input.w-100
|
||||||
v-model="journey.leg_get().title")
|
input(
|
||||||
|
placeholder="Leg"
|
||||||
|
v-model="journey.leg_get().title")
|
||||||
|
|
||||||
.col-5.col-sm-4.col-md-2.mr-auto
|
.col-4.col-md-6.ml-auto
|
||||||
.input
|
.input.w-100
|
||||||
input(
|
input(
|
||||||
placeholder="Day"
|
placeholder="Day"
|
||||||
v-model="journey.leg_get().day_title[journey.sel_day]"
|
v-model="journey.leg_get().day_title[journey.sel_day]"
|
||||||
)
|
)
|
||||||
.col-8.col-sm-6.col-md-4
|
.col-7.col-sm-6.col-md-4
|
||||||
.input
|
.input.w-100
|
||||||
//- label Date Range ({{ journey.leg_len() }})
|
//- label Date Range ({{ journey.leg_len() }})
|
||||||
date-picker(
|
date-picker(
|
||||||
:lang="lang",
|
:lang="lang",
|
||||||
@ -22,8 +24,8 @@
|
|||||||
placeholder="Date Range",
|
placeholder="Date Range",
|
||||||
v-on:change="journey.date_update(journey.sel_leg)"
|
v-on:change="journey.date_update(journey.sel_leg)"
|
||||||
)
|
)
|
||||||
.col-4.col-sm-4.col-md-3.ml-auto
|
.col-5.col-sm-4.col-md-3.ml-auto
|
||||||
.input
|
.input.w-100
|
||||||
input(
|
input(
|
||||||
disabled="",
|
disabled="",
|
||||||
:value="journey.date_sel() + ' (' + journey.sel_day + ')'"
|
:value="journey.date_sel() + ' (' + journey.sel_day + ')'"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user