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

This commit is contained in:
DwCay
2023-04-24 02:01:41 +03:00
parent 75402fb209
commit 7160de326b
2 changed files with 2 additions and 2 deletions

View File

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

View File

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