- Update Menu User Account: Login/SignUp
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
:before="[{icon: 'person', handler () {}}]"
|
||||
@blur="$v.signin.username.$touch"
|
||||
:error="$v.signin.username.$error"
|
||||
:float-label="$t('reg.username')"></q-input>
|
||||
:float-label="$t('reg.username_login')"></q-input>
|
||||
</q-field>
|
||||
|
||||
<q-field
|
||||
|
||||
@@ -3,3 +3,10 @@
|
||||
margin: 0 auto;
|
||||
max-width: 450px;
|
||||
}
|
||||
|
||||
|
||||
.wrapper {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
@@ -79,8 +79,10 @@
|
||||
|
||||
<br>
|
||||
|
||||
<q-btn rounded size="lg" color="primary" @click="submitOk" :disabled='!allowSubmit'>{{$t('reg.submit')}}
|
||||
<div class="wrapper">
|
||||
<q-btn rounded size="lg" color="secondary" @click="submitOk" :disabled='!allowSubmit'>{{$t('reg.submit')}}
|
||||
</q-btn>
|
||||
</div>
|
||||
|
||||
<!--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user