style: 优化样式
This commit is contained in:
commit
95f817692b
@ -111,5 +111,6 @@
|
||||
"lint-staged": {
|
||||
"*": "eslint --fix"
|
||||
},
|
||||
"website": "https://www.easyretry.com/pages/78ba75/"
|
||||
"officialWebsite": "https://snailjob.opensnail.com",
|
||||
"website": "https://snailjob.opensnail.com/pages/78ba75/"
|
||||
}
|
||||
|
@ -63,18 +63,21 @@ const href = (url: string) => {
|
||||
<NamespaceSelect />
|
||||
<GlobalSearch />
|
||||
<ButtonIcon
|
||||
v-if="!appStore.isMobile"
|
||||
class="color-#c71d23"
|
||||
tooltip-content="Gitee"
|
||||
icon="simple-icons:gitee"
|
||||
@click="href('https://gitee.com/aizuda/snail-job')"
|
||||
/>
|
||||
<ButtonIcon
|
||||
v-if="!appStore.isMobile"
|
||||
tooltip-content="Github"
|
||||
class="color-#010409 dark:color-#e6edf3"
|
||||
icon="simple-icons:github"
|
||||
@click="href('https://github.com/aizuda/snail-job')"
|
||||
/>
|
||||
<ButtonIcon
|
||||
v-if="!appStore.isMobile"
|
||||
tooltip-content="Document"
|
||||
class="color-#272636 dark:color-#f0f2f5"
|
||||
icon="material-symbols:unknown-document-outline"
|
||||
|
@ -17,8 +17,8 @@ withDefaults(defineProps<Props>(), {
|
||||
|
||||
<template>
|
||||
<RouterLink to="/" class="w-full flex-center nowrap-hidden">
|
||||
<SystemLogo class="text-32px text-primary" />
|
||||
<h2 v-show="showTitle" class="pl-8px text-16px text-primary font-bold transition duration-300 ease-in-out">
|
||||
<SystemLogo class="text-36px text-primary" />
|
||||
<h2 v-show="showTitle" class="pl-8px text-27px text-primary font-bold transition duration-300 ease-in-out">
|
||||
{{ $t('system.title') }}
|
||||
</h2>
|
||||
</RouterLink>
|
||||
|
@ -48,7 +48,7 @@ const latestBuildTime = BUILD_TIME;
|
||||
<NCard :title="$t('page.about.projectInfo.title')" :bordered="false" size="small" segmented class="card-wrapper">
|
||||
<NDescriptions label-placement="left" bordered size="small" :column="column">
|
||||
<NDescriptionsItem :label="$t('page.about.projectInfo.officialWebsite')">
|
||||
<a class="text-primary" :href="pkg.website" target="_blank" rel="noopener noreferrer">
|
||||
<a class="text-primary" :href="pkg.officialWebsite" target="_blank" rel="noopener noreferrer">
|
||||
{{ $t('page.about.projectInfo.officialWebsite') }}
|
||||
</a>
|
||||
</NDescriptionsItem>
|
||||
|
Loading…
Reference in New Issue
Block a user