feat: reorder properties fields in option.json and update DialogProperties.vue for improved display
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 7s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 7s
This commit is contained in:
parent
bade5fd104
commit
b3ad7629ce
2 changed files with 14 additions and 11 deletions
|
|
@ -407,10 +407,13 @@ watch(
|
|||
<q-item
|
||||
v-for="(ops, index) in propertiesOption"
|
||||
clickable
|
||||
:class="{
|
||||
'bordered-t': index === propertiesOption.length - 4,
|
||||
}"
|
||||
:key="index"
|
||||
@click="manageProperties(stepIndex, ops.value, ops.type)"
|
||||
:for="`list-${ops.value}`"
|
||||
:id="`list-${ops.value}`"
|
||||
@click="manageProperties(stepIndex, ops.value, ops.type)"
|
||||
>
|
||||
<div class="full-width flex items-center no-wrap">
|
||||
<q-icon
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue