update code

main
haha 2024-06-25 00:38:41 +08:00
parent e6bbc32093
commit f3a24a58e5
3 changed files with 5 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -1,7 +1,10 @@
<template>
<div class="flex" style="height: 100%;align-items: center;">
<div style="flex-grow: 1;display: flex;align-items: center;padding-top: 3px;">
<img src="@/assets/logo.png" class="logo-image" />
<span style="position: relative;">
<img src="@/assets/logo2.png" class="logo-image" />
<span style="position: absolute;font-weight: bold;font-size: 14px;color: #003F88;left: 0;bottom: -13px;white-space: nowrap;">中国航天</span>
</span>
<span class="logo-title" style="margin-left: 12px;font-weight: bold;font-size: 22px;color:#003F88"> {{ "中国航天某某某某研究院" }}</span>
<span class="logo-title" style="font-weight: bold;font-size: 22px;margin-left: auto;margin-right: auto;color:#101010">算法测试验证软件平台</span>
</div>

View File

@ -40,7 +40,7 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => {
"@": pathSrc,
},
},
base: "./",
base: "./ai",
css: {
// CSS 预处理器
preprocessorOptions: {