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