code refactor

This commit is contained in:
MaysWind
2020-11-10 23:22:19 +08:00
parent df790f8aa5
commit e2145b8c6e
5 changed files with 43 additions and 81 deletions
+1 -8
View File
@@ -61,7 +61,7 @@
<div style="font-size: 18px"><b v-t="'Two-Factor Authentication'"></b></div>
</div>
<div class="padding-horizontal padding-bottom">
<f7-list no-hairlines class="twofa-auth-form">
<f7-list no-hairlines class="no-margin-top margin-bottom">
<f7-list-input
type="number"
outline
@@ -278,10 +278,3 @@ export default {
}
};
</script>
<style scoped>
.twofa-auth-form {
margin-top: 0;
margin-bottom: 10px;
}
</style>