style(projects): 更换 logo 与加载样式

This commit is contained in:
xlsea
2025-06-19 21:28:19 +08:00
parent 471912e17f
commit 7e4ecae6cb
12 changed files with 147 additions and 24 deletions

View File

@ -56,7 +56,7 @@ const bgColor = computed(() => {
<NCard :bordered="false" class="relative z-4 w-auto rd-12px">
<div class="w-400px lt-sm:w-300px">
<header class="flex-y-center justify-between">
<SystemLogo class="w-64px text-primary lt-sm:text-48px" />
<SystemLogo class="text-58px text-primary lt-sm:text-52px" />
<h3 class="text-28px text-primary font-500 lt-sm:text-22px">{{ $t('system.title') }}</h3>
<div class="i-flex-col">
<ThemeSchemaSwitch