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
@@ -56,7 +56,7 @@
style="height:auto"
:opened="show2faSheet" @sheet:closed="show2faSheet = 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="'Two-Factor Authentication'"></b></div>
</div>
@@ -85,7 +85,7 @@
<f7-link @click="switch2FAVerifyType" :text="$t(twoFAVerifyTypeSwitchName)"></f7-link>
</div>
</div>
</div>
</f7-page-content>
</f7-sheet>
</f7-page>
</template>