update code
parent
e6bbc32093
commit
f3a24a58e5
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
|
@ -1,7 +1,10 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="flex" style="height: 100%;align-items: center;">
|
<div class="flex" style="height: 100%;align-items: center;">
|
||||||
<div style="flex-grow: 1;display: flex;align-items: center;padding-top: 3px;">
|
<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="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 class="logo-title" style="font-weight: bold;font-size: 22px;margin-left: auto;margin-right: auto;color:#101010">算法测试验证软件平台</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -40,7 +40,7 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => {
|
||||||
"@": pathSrc,
|
"@": pathSrc,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
base: "./",
|
base: "./ai",
|
||||||
css: {
|
css: {
|
||||||
// CSS 预处理器
|
// CSS 预处理器
|
||||||
preprocessorOptions: {
|
preprocessorOptions: {
|
||||||
|
|
Loading…
Reference in New Issue