增加margin-top
This commit is contained in:
parent
1d4c58de26
commit
ad7210f61d
@ -10,12 +10,14 @@
|
|||||||
/>
|
/>
|
||||||
<q-input
|
<q-input
|
||||||
outlined
|
outlined
|
||||||
|
style="margin-top: 10px"
|
||||||
v-model="esbButtonModel.code"
|
v-model="esbButtonModel.code"
|
||||||
@blur="onUpdate"
|
@blur="onUpdate"
|
||||||
label="名称"
|
label="名称"
|
||||||
/>
|
/>
|
||||||
<q-input
|
<q-input
|
||||||
outlined
|
outlined
|
||||||
|
style="margin-top: 10px"
|
||||||
v-model.number="esbButtonModel.refStand"
|
v-model.number="esbButtonModel.refStand"
|
||||||
type="number"
|
type="number"
|
||||||
@blur="onUpdate"
|
@blur="onUpdate"
|
||||||
|
@ -16,12 +16,14 @@
|
|||||||
/>
|
/>
|
||||||
<q-input
|
<q-input
|
||||||
outlined
|
outlined
|
||||||
|
style="margin-top: 10px"
|
||||||
v-model="spksSwitchModel.code"
|
v-model="spksSwitchModel.code"
|
||||||
@blur="onUpdate"
|
@blur="onUpdate"
|
||||||
label="名称"
|
label="名称"
|
||||||
/>
|
/>
|
||||||
<q-input
|
<q-input
|
||||||
outlined
|
outlined
|
||||||
|
style="margin-top: 10px"
|
||||||
v-model.number="spksSwitchModel.refStand"
|
v-model.number="spksSwitchModel.refStand"
|
||||||
type="number"
|
type="number"
|
||||||
@blur="onUpdate"
|
@blur="onUpdate"
|
||||||
|
@ -16,6 +16,7 @@
|
|||||||
/>
|
/>
|
||||||
<q-select
|
<q-select
|
||||||
outlined
|
outlined
|
||||||
|
style="margin-top: 10px"
|
||||||
v-model="stopPositionModel.coachNum"
|
v-model="stopPositionModel.coachNum"
|
||||||
:options="optionsCoachNum"
|
:options="optionsCoachNum"
|
||||||
:map-options="true"
|
:map-options="true"
|
||||||
|
Loading…
Reference in New Issue
Block a user