chore: update

This commit is contained in:
xiaoxian521 2024-03-27 10:38:38 +08:00
parent 08b902a836
commit 6eb28f13fd
2 changed files with 22 additions and 17 deletions

View File

@ -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%;

View File

@ -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 => {
> >
&nbsp;{{ title }} &nbsp;{{ 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>