Update Login
This commit is contained in:
parent
44c8350384
commit
930eb2dbde
2 changed files with 89 additions and 20 deletions
|
@ -15,7 +15,7 @@
|
|||
<v-text-field
|
||||
class="username"
|
||||
v-model="input.username"
|
||||
label="Username"
|
||||
label="อีเมล"
|
||||
variant="solo"
|
||||
>
|
||||
<template v-slot:append-inner>
|
||||
|
@ -29,7 +29,7 @@
|
|||
<v-text-field
|
||||
class="password"
|
||||
v-model="input.password"
|
||||
label="Password"
|
||||
label="รหัสผ่าน"
|
||||
variant="solo"
|
||||
>
|
||||
<template v-slot:append-inner>
|
||||
|
@ -47,7 +47,7 @@
|
|||
<v-text-field
|
||||
class="passwordC"
|
||||
v-model="input.passwordConfirm"
|
||||
label="Password Confirmation"
|
||||
label="ยืนยันรหัสผ่าน"
|
||||
variant="solo"
|
||||
>
|
||||
<template v-slot:append-inner>
|
||||
|
@ -150,7 +150,7 @@ import eyeNotLooking from '../../icons/Material/eye-not-looking.svg';
|
|||
}
|
||||
.check {
|
||||
display: flex;
|
||||
justify-content:space-around;
|
||||
justify-content:center;
|
||||
padding-top: 5%;
|
||||
padding-bottom: 5%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue