[WIP] Фикс инпута
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
placeholder="Введите фамилию",
|
||||
@keyup.enter="searchLastName"
|
||||
)
|
||||
.icon-search
|
||||
.flex.items-center.cursor-pointer
|
||||
.icon-search
|
||||
base-button.font-semibold(
|
||||
v-if="createdClientName === ''",
|
||||
@click="searchLastName",
|
||||
|
||||
@@ -24,11 +24,12 @@
|
||||
label="Пароль",
|
||||
withIcon
|
||||
)
|
||||
q-icon(
|
||||
v-if="!wrongData && user.password"
|
||||
:name="isView ? 'visibility_off' : 'visibility'",
|
||||
@click="changeView"
|
||||
)
|
||||
.flex.items-center.cursor-pointer
|
||||
q-icon(
|
||||
v-if="!wrongData && user.password"
|
||||
:name="isView ? 'visibility_off' : 'visibility'",
|
||||
@click="changeView"
|
||||
)
|
||||
span.font-medium(:style="{color: this.redColor}", v-show="wrongData") Неверный логин или пароль
|
||||
.flex.items-center.gap-x-11px
|
||||
input.w-4.h-4.checkbox.cursor-pointer(@click="persist", type="checkbox")
|
||||
|
||||
Reference in New Issue
Block a user