WIP Исправлены проверки

This commit is contained in:
Daria Golova
2023-04-20 21:26:58 +03:00
parent 8436105841
commit a770a36154
5 changed files with 144 additions and 133 deletions

View File

@@ -1,9 +1,10 @@
<template lang="pug">
base-input-container.gap-y-2(:label="label")
base-input-container.gap-y-2(:label="label", :style="{width: width + 'px' }")
q-input(
v-model="value",
:name="name",
:class="{'circle': circle, 'font-input': true}",
:input-style="{ color: textColor, width: width + 'px' , borderColor: borderColor}",
:input-style="{ color: textColor, borderColor: borderColor}",
:borderless="borderless",
:placeholder="placeholder",
:outlined="outlined",
@@ -11,7 +12,6 @@
:type="type",
:readonly="readonly",
:disable="disabled",
:name="name"
:filled="filled",
:bg-color="filled || standout ? '' : 'white'",
:rules="rule",