update code

main
haha 2024-06-25 00:47:22 +08:00
parent f3a24a58e5
commit 1ad9710a4d
2 changed files with 6 additions and 3 deletions

View File

@ -5,8 +5,11 @@
<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>
<span style="margin-left: 20px;margin-top: 10px;font-size: 12px;font-weight: bold;">
<div class="logo-title" style="font-weight: bold;font-size: 22px;color:#003F88"> {{ "中国航天某某某某研究院" }}</div>
<div >China Aerospace XXXX Research Institute</div>
</span>
<span class="logo-title" style="font-weight: bold;font-size: 28px;margin-left: auto;margin-right: auto;color:#101010">算法测试验证软件平台</span>
</div>
<div>
<!--全屏 -->

View File

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