fix some known bugs

This commit is contained in:
Rafi
2023-04-06 09:56:26 +08:00
parent 2bca5a032c
commit 6522536291
2 changed files with 9 additions and 3 deletions

View File

@@ -236,7 +236,7 @@ watchEffect(() => {
<v-footer
app
class="w-100"
class="footer"
>
<div class="px-md-16 w-100 d-flex flex-column">
<div class="d-flex align-center">
@@ -283,4 +283,10 @@ watchEffect(() => {
</template>
</v-snackbar>
</template>
</template>
<style scoped>
.footer {
width: 100%;
}
</style>