Update src/template/module/journey/leg/top_leg.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
c5add5cdea
commit
ce291080b8
@ -44,16 +44,13 @@
|
||||
.list-group-item.show.bg-white.rounded(v-on:click.prevent="journey.leg_next(); focus_leg();")
|
||||
i.fas.fa-angle-right
|
||||
.row.text-center
|
||||
.col-12.col-sm-12.col-md-5.mr-auto
|
||||
.row
|
||||
.col-5.col-md-6.mr-auto
|
||||
.input.w-100
|
||||
input(
|
||||
placeholder="Leg"
|
||||
v-model="journey.leg_get().title")
|
||||
.col-7.col-sm-6.col-md-4
|
||||
.col-6.col-sm-6.col-md-5.mr-auto
|
||||
.input.w-100
|
||||
input(
|
||||
placeholder="Leg"
|
||||
v-model="journey.leg_get().title")
|
||||
.col-6.col-sm-6.col-md-4
|
||||
.input.w-100
|
||||
//- label Date Range ({{ journey.leg_len() }})
|
||||
date-picker(
|
||||
:lang="lang",
|
||||
v-model="journey.leg_get().date_range",
|
||||
|
Loading…
x
Reference in New Issue
Block a user