update code

main
lijun 2024-10-08 21:44:49 +08:00
parent c522683c41
commit db26c5c814
3 changed files with 10 additions and 4 deletions

View File

@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>算法测试验证软件平台</title>
<!--
<link rel="stylesheet" data-for="result" href="css/v2.css?v=20240928"/>
<link rel="stylesheet" data-for="result" href="css/v2.css?v=20241008"/>
<script>
window.isV2=true
</script>

View File

@ -6,6 +6,12 @@
#app .el-header *{
color: #fff !important;
}
#app .el-header .logo-title2{
display: none;
}
#app .el-header .logo-small1{
display: none;
}
#app .el-header .logo-title-small{
color: #003F88 !important;
text-shadow: 1px 1px 1px #ffffff;

View File

@ -1,11 +1,11 @@
<template>
<div class="flex" style="height: 100%;align-items: center;">
<div style="flex-grow: 1;display: flex;align-items: center;padding-top: 3px;">
<span style="position: relative;">
<div style="flex-grow: 1;display: flex;align-items: center;padding-top: 3px;" >
<span style="position: relative;" class="logo-small1">
<img src="@/assets/logo2.png" class="logo-image" />
<span class="logo-title" style="position: absolute;font-weight: bold;font-size: 14px;color: #003F88;left: 0;bottom: -13px;white-space: nowrap;">中国航天</span>
</span>
<span style="margin-left: 20px;margin-top: 10px;font-size: 12px;font-weight: bold;">
<span style="margin-left: 20px;margin-top: 10px;font-size: 12px;font-weight: bold;" class="logo-title2">
<div class="logo-title" style="font-weight: bold;font-size: 22px;color:#003F88"> {{ "中国航天某某某某研究院" }}</div>
<div >China Aerospace XXXX Research Institute</div>
</span>