code refactor

This commit is contained in:
MaysWind
2020-11-14 20:29:36 +08:00
parent ce065daa12
commit e6f90d4c22
3 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -79,7 +79,7 @@
style="height:auto"
:opened="showInputPasswordSheet" @sheet:closed="showInputPasswordSheet = false"
>
<div>
<f7-page-content>
<div class="display-flex padding justify-content-space-between align-items-center">
<div style="font-size: 18px"><b v-t="'Current Password'"></b></div>
</div>
@@ -97,7 +97,7 @@
</f7-list>
<f7-button large fill :class="{ 'disabled': !currentPassword || saving }" :text="$t('Continue')" @click="save"></f7-button>
</div>
</div>
</f7-page-content>
</f7-sheet>
</f7-page>
</template>