modify unlock page style
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
<template>
|
||||
<f7-page no-toolbar no-navbar no-swipeback login-screen>
|
||||
<f7-login-screen-title>{{ $t('Unlock') }}</f7-login-screen-title>
|
||||
<f7-login-screen-title>
|
||||
<img class="login-page-logo" src="img/ezbookkeeping-192.png" />
|
||||
<f7-block class="margin-vertical-half">{{ $t('global.app.title') }}</f7-block>
|
||||
</f7-login-screen-title>
|
||||
<f7-list form>
|
||||
<f7-list-item-row class="justify-content-center padding-vertical-half">
|
||||
{{ $t('Unlock') }}
|
||||
</f7-list-item-row>
|
||||
<f7-list-item class="list-item-pincode-input">
|
||||
<pincode-input secure :length="6" v-model="pinCode" @keyup.native="unlockByPin" />
|
||||
</f7-list-item>
|
||||
|
||||
Reference in New Issue
Block a user