code refactor

This commit is contained in:
MaysWind
2020-12-05 00:18:40 +08:00
parent e4e06fef0c
commit 9ac9f16a04
7 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -37,7 +37,7 @@
</div>
<div class="padding-horizontal padding-bottom">
<p class="no-margin-top margin-bottom-half">{{ $t('Please input a new PIN code. PIN code would encrypt your local data, so you need input this PIN code when you launch this app. If this PIN code is lost, you should re-login.') }}</p>
<f7-list no-hairlines class="no-margin-top margin-bottom">
<f7-list form no-hairlines class="no-margin-top margin-bottom">
<f7-list-item class="list-item-pincode-input">
<PincodeInput secure :length="6" v-model="currentPinCodeForEnable" />
</f7-list-item>
@@ -60,7 +60,7 @@
</div>
<div class="padding-horizontal padding-bottom">
<p class="no-margin-top margin-bottom-half">{{ $t('Please enter your current PIN code when disable application lock') }}</p>
<f7-list no-hairlines class="no-margin-top margin-bottom">
<f7-list form no-hairlines class="no-margin-top margin-bottom">
<f7-list-item class="list-item-pincode-input">
<PincodeInput secure :length="6" v-model="currentPinCodeForDisable" />
</f7-list-item>