Compare commits
No commits in common. "d369a7875934bd68271b71b2223c97131d97a5b3" and "4a959cb2e22bd06bc0128ccdacf0df59f2ef0c26" have entirely different histories.
d369a78759
...
4a959cb2e2
|
@ -1,15 +0,0 @@
|
||||||
<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,16 +7,13 @@
|
||||||
<t-content>
|
<t-content>
|
||||||
<content-center />
|
<content-center />
|
||||||
</t-content>
|
</t-content>
|
||||||
<t-footer>
|
<t-footer>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 '@/pages/header/index.vue'
|
import hesderTop from "./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