feat: 平板和小屏幕适配

This commit is contained in:
osiris
2024-02-19 15:03:16 +08:00
parent 3f387b0c7e
commit 7456b9a35f
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ const componentStore = useComponentStore()
</transition>
</router-view>
</el-main>
<el-footer class="mb-6 mt-12">
<el-footer class="md:mb-6 mt-12 c-xs:mb-12">
<Floor />
</el-footer>
</el-container>