update code
parent
f3a24a58e5
commit
1ad9710a4d
|
@ -5,8 +5,11 @@
|
||||||
<img src="@/assets/logo2.png" class="logo-image" />
|
<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 style="position: absolute;font-weight: bold;font-size: 14px;color: #003F88;left: 0;bottom: -13px;white-space: nowrap;">中国航天</span>
|
||||||
</span>
|
</span>
|
||||||
<span class="logo-title" style="margin-left: 12px;font-weight: bold;font-size: 22px;color:#003F88"> {{ "中国航天某某某某研究院" }}</span>
|
<span style="margin-left: 20px;margin-top: 10px;font-size: 12px;font-weight: bold;">
|
||||||
<span class="logo-title" style="font-weight: bold;font-size: 22px;margin-left: auto;margin-right: auto;color:#101010">算法测试验证软件平台</span>
|
<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>
|
||||||
<div>
|
<div>
|
||||||
<!--全屏 -->
|
<!--全屏 -->
|
||||||
|
|
|
@ -40,7 +40,7 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => {
|
||||||
"@": pathSrc,
|
"@": pathSrc,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
base: "./ai",
|
base: "/ai",
|
||||||
css: {
|
css: {
|
||||||
// CSS 预处理器
|
// CSS 预处理器
|
||||||
preprocessorOptions: {
|
preprocessorOptions: {
|
||||||
|
|
Loading…
Reference in New Issue