Compare commits
2 Commits
4a959cb2e2
...
d369a78759
Author | SHA1 | Date | |
---|---|---|---|
|
d369a78759 | ||
|
1d2b0338af |
|
@ -0,0 +1,15 @@
|
||||||
|
<template>
|
||||||
|
<div class="footer">Copyright © 1998-2022 Tencent All Rights Reserved.</div>
|
||||||
|
<div><a href="https://beian.miit.gov.cn/#/Integrated/index">
|
||||||
|
|
||||||
|
</a></div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script setup lang="ts"></script>
|
||||||
|
<style lang="less" scoped>
|
||||||
|
.footer {
|
||||||
|
color: var(--td-text-color-placeholder);
|
||||||
|
line-height: 20px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
</style>
|
|
@ -7,13 +7,16 @@
|
||||||
<t-content>
|
<t-content>
|
||||||
<content-center />
|
<content-center />
|
||||||
</t-content>
|
</t-content>
|
||||||
<t-footer>Footer</t-footer>
|
<t-footer>
|
||||||
|
<footer-bottom />
|
||||||
|
</t-footer>
|
||||||
</t-layout>
|
</t-layout>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import hesderTop from "./header/index.vue";
|
import hesderTop from '@/pages/header/index.vue'
|
||||||
|
import footerBottom from '@/pages/footer/index.vue'
|
||||||
import contentCenter from "@/pages/content/index.vue";
|
import contentCenter from "@/pages/content/index.vue";
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user