NEZ-830 feat : Network Zodiac 前端logo更换

This commit is contained in:
likexuan
2022-04-22 09:21:42 +08:00
parent 2cbc80e959
commit 681aa887c6
9 changed files with 3 additions and 5 deletions

View File

@@ -5,8 +5,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="data:;base64,=">
<!-- <link href="./static/explore-tab-logo.png" rel="icon" type="image/x-icon"/> -->
<link href="./static/favicon.ico" rel="icon" type="image/x-icon"/>
<link href="./static/explore-tab-logo.png" rel="icon" type="image/x-icon"/>
<title>Network Zodiac</title>

View File

@@ -18,7 +18,6 @@
.header-logo {
font-size: 0;
background-color: rgba(0, 0, 0, 0.9);
border-radius: 2px;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 KiB

View File

@@ -2,7 +2,7 @@
<div class="login" id="login-bgimg">
<div class="model"></div>
<div class="login-main">
<div class="logo"><img src="../../assets/img/logo带文字深色模式.png"></div>
<div class="logo"><img src="../../assets/img/logo-big.png"></div>
<div class='login-box'>
<div class="login-label"></div>
<div class="login-input" v-if="!verifyShow">

View File

@@ -3,7 +3,7 @@
<el-menu :collapse="isShrink" active-text-color="#ffffff" class="header-logo" text-color="#ffffff">
<el-menu-item index="logo">
<div id="home-to-overview" class="logo link">
<img alt="loading..." height="26" :src="logo?logo:require('../../assets/img/logo.png')"/>
<img alt="loading..." height="26" :src="logo?logo:require('../../assets/img/logo1-2.png')"/>
<span class="system-name">{{systemName && systemName !== 'undefined' ? systemName : $t('dashboard.overview.contentTitle')}}</span>
</div>
</el-menu-item>