mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-07 17:07:19 +08:00
chore: update
This commit is contained in:
parent
08b902a836
commit
6eb28f13fd
@ -16,7 +16,8 @@ const TITLE = getConfig("Title");
|
|||||||
>
|
>
|
||||||
{{ TITLE }}
|
{{ TITLE }}
|
||||||
</a>
|
</a>
|
||||||
<span class="ml-10">赞助商:</span>
|
<div class="ml-8">
|
||||||
|
<span>赞助商:</span>
|
||||||
<a
|
<a
|
||||||
class="hover:text-primary"
|
class="hover:text-primary"
|
||||||
href="https://ai-tools.cn/resume/start"
|
href="https://ai-tools.cn/resume/start"
|
||||||
@ -24,12 +25,14 @@ const TITLE = getConfig("Title");
|
|||||||
>
|
>
|
||||||
二猫 AI 简历
|
二猫 AI 简历
|
||||||
</a>
|
</a>
|
||||||
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.layout-footer {
|
.layout-footer {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -327,7 +327,7 @@ watch(loginDay, value => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="w-full flex-c absolute bottom-3 text-sm text-[rgba(0,0,0,0.6)] dark:text-[rgba(220,220,242,0.8)]"
|
class="w-full flex-c flex-wrap absolute bottom-3 text-sm text-[rgba(0,0,0,0.6)] dark:text-[rgba(220,220,242,0.8)]"
|
||||||
>
|
>
|
||||||
Copyright © 2020-2024
|
Copyright © 2020-2024
|
||||||
<a
|
<a
|
||||||
@ -337,7 +337,8 @@ watch(loginDay, value => {
|
|||||||
>
|
>
|
||||||
{{ title }}
|
{{ title }}
|
||||||
</a>
|
</a>
|
||||||
<span class="ml-10">赞助商:</span>
|
<div class="ml-8">
|
||||||
|
<span>赞助商:</span>
|
||||||
<a
|
<a
|
||||||
class="hover:text-primary"
|
class="hover:text-primary"
|
||||||
href="https://ai-tools.cn/resume/start"
|
href="https://ai-tools.cn/resume/start"
|
||||||
@ -347,6 +348,7 @@ watch(loginDay, value => {
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user