Compare commits
No commits in common. "304800008ba35c0e2a64c3400f08823c89b43096" and "3898bb333e4fc8feff3ef4d41d7e00de0cfd6994" have entirely different histories.
304800008b
...
3898bb333e
|
@ -54,15 +54,11 @@ watch(form_state, changeParametres, { deep: true })
|
||||||
<div class="form-row">
|
<div class="form-row">
|
||||||
<div class="form-item">
|
<div class="form-item">
|
||||||
<label for="length">Длина секции, мм</label>
|
<label for="length">Длина секции, мм</label>
|
||||||
<Icon type="button" @click="increment('length')">-</Icon>
|
|
||||||
<input id="length" type="number" v-bind="parametric.length" v-model="form_state.length" />
|
<input id="length" type="number" v-bind="parametric.length" v-model="form_state.length" />
|
||||||
<Icon type="button" @click="increment('length')">+</Icon>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="form-item">
|
<div class="form-item">
|
||||||
<label for="height">Высота забора, мм</label>
|
<label for="height">Высота забора, мм</label>
|
||||||
<Icon type="button" @click="increment('length')">-</Icon>
|
|
||||||
<input id="height" type="number" v-bind="parametric.height" v-model="form_state.height" />
|
<input id="height" type="number" v-bind="parametric.height" v-model="form_state.height" />
|
||||||
<Icon type="button" @click="increment('length')">+</Icon>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-row">
|
<div class="form-row">
|
||||||
|
|
Loading…
Reference in New Issue