style submitter form

This commit is contained in:
Alex Turchyn
2023-06-15 01:05:04 +03:00
parent 199ccf082b
commit fef54859bf
13 changed files with 367 additions and 142 deletions
@@ -291,6 +291,10 @@ export default {
required: true
}
if (this.dragFieldType === 'select') {
field.options = ['']
}
const fieldArea = {
x: (area.x - 6) / area.maskW,
y: area.y / area.maskH,