Browse Source
Merge remote-tracking branch 'origin/gin-vue-admin_v2_dev' into gin-vue-admin_v2_dev
main
Merge remote-tracking branch 'origin/gin-vue-admin_v2_dev' into gin-vue-admin_v2_dev
main
QM303176530
4 years ago
3 changed files with 48 additions and 6 deletions
-
8server/service/sys_dictionary.go
-
37web/src/view/layout/bottomInfo/bottomInfo.vue
-
9web/src/view/layout/index.vue
@ -0,0 +1,37 @@ |
|||
<template> |
|||
<div class="bottom-info"> |
|||
<div> |
|||
<span>Powered by</span> |
|||
<span> |
|||
<a href="https://github.com/flipped-aurora/gin-vue-admin">gin-vue-admin</a> |
|||
</span> |
|||
<el-divider direction="vertical"></el-divider> |
|||
<span>Copyright</span> |
|||
<span> |
|||
<a href="https://github.com/flipped-aurora">flipped-aurora团队</a> |
|||
</span> |
|||
</div> |
|||
</div> |
|||
</template> |
|||
<script> |
|||
export default { |
|||
name:"BottomInfo" |
|||
} |
|||
</script> |
|||
<style lang="scss"> |
|||
.bottom-info { |
|||
color: #888; |
|||
height: 30px; |
|||
line-height: 12px; |
|||
a { |
|||
color: #888; |
|||
} |
|||
div { |
|||
display: flex; |
|||
justify-content: center; |
|||
span{ |
|||
margin: 0 3px; |
|||
} |
|||
} |
|||
} |
|||
</style> |
Write
Preview
Loading…
Cancel
Save
Reference in new issue