mirror of
https://github.com/zclzone/vue-naive-admin.git
synced 2025-12-28 12:10:20 +08:00
feat: login page compatible mobile
This commit is contained in:
10
src/components/common/AppFooter.vue
Normal file
10
src/components/common/AppFooter.vue
Normal file
@@ -0,0 +1,10 @@
|
||||
<template>
|
||||
<footer text-16 h-60 f-c-c flex-col color="#6a6a6a">
|
||||
<p>Copyright © 2022 <span hover:color-primary cursor-pointer>大脸怪</span></p>
|
||||
<p>
|
||||
<a href="http://beian.miit.gov.cn/" hover="decoration-underline color-primary">赣ICP备2020015008号-1</a>
|
||||
</p>
|
||||
</footer>
|
||||
</template>
|
||||
|
||||
<script setup></script>
|
||||
Reference in New Issue
Block a user