Merge remote-tracking branch 'origin/develop' into local-test
All checks were successful
CI / Docker-Build (push) Successful in 2m26s
All checks were successful
CI / Docker-Build (push) Successful in 2m26s
This commit is contained in:
commit
19a3adebcb
@ -8,7 +8,7 @@
|
||||
:height="722"
|
||||
>
|
||||
<q-card style="width: 1000px; height: auto">
|
||||
<q-form ref="myForm" @submit="onCreate" class="q-gutter-md">
|
||||
<q-form ref="myForm" class="q-gutter-md">
|
||||
<div class="row">
|
||||
<div class="col-6">
|
||||
<div class="float-text">1端</div>
|
||||
@ -455,7 +455,7 @@
|
||||
@click="showTrainParamOperation = false"
|
||||
v-close-popup
|
||||
/>
|
||||
<q-btn flat label="确认" type="submit" />
|
||||
<q-btn flat label="确认" @click="onCreate" />
|
||||
</div>
|
||||
</template>
|
||||
</draggable-dialog>
|
||||
|
Loading…
Reference in New Issue
Block a user