增加margin-top

This commit is contained in:
fan 2023-08-01 14:12:03 +08:00
parent 1d4c58de26
commit ad7210f61d
3 changed files with 5 additions and 0 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"