WIP Исправлены baseInputs на TheLogin

This commit is contained in:
Daria Golova
2022-12-29 16:31:49 +03:00
parent e138bedfac
commit 78fd2a4233
4 changed files with 21 additions and 25 deletions

View File

@@ -9,18 +9,16 @@
.text-under.flex.not-italic.font-medium.text-base(
:style="{color: this.underTextColor}") Войдите в аккаунт, чтобы начать пользоваться сервисом «Астра».
.flex.flex-col.gap-y-5
.flex.flex-col.gap-y-6px
.flex.non-italic.font-semibold.text-xss Логин
base-input.h-12.font-medium(
:style="{borderColor: wrongData ? this.redColor : ''}",
v-model="user.username",
type="text",
placeholder="Введите ваш логин"
)
base-input.font-medium(
:borderError="wrongData",
v-model="user.username",
placeholder="Введите ваш логин",
label="Логин"
)
.flex.flex-col.gap-y-6px.relative
.flex.non-italic.font-semibold.text-xss Пароль
base-input.h-12(
:style="{borderColor: wrongData ? this.redColor : ''}",
.flex.non-italic.font-semibold.text-sm.opacity-40 Пароль
base-input(
:borderError="wrongData",
v-model="user.password",
:type="changeType",
placeholder="Введите ваш пароль"