Merge branch 'ASTRA-51' into 'master'

Исправил размер инпутов

See merge request andrusyakka/urban-couscous!329
This commit is contained in:
Aleksey Demin
2023-04-23 23:02:46 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@
name="name"
:rule="configData.name.rules"
no-error-icon
:width="278"
:width="350"
placeholder="Аллерген"
type="text"
:standout="!isEdit"

View File

@@ -45,7 +45,7 @@
@update:model-value="checkChangeInput"
:type="field.type"
:name="field.key"
:width="278"
:width="302"
:standout="!isEdit"
:outlined="isEdit"
no-error-icon