Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
hager
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-12-23 13:47:18 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cad642aa4f018bf7c9a1f14f3f13eb723eb0ba22
cad642aa
1 parent
fdc8418b
fix: 更新用户界面中的logo图片路径
将用户界面和头部组件中的logo图片路径更新为新的图片文件,保持品牌一致性
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
public/favicon-fr-32.png
src/components/common/hagerHeader.vue
src/views/user/index.vue
public/favicon-fr-32.png
View file @
cad642a
541 Bytes
|
W:
|
H:
7.44 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/components/common/hagerHeader.vue
View file @
cad642a
<!--
* @Date: 2024-09-26 13:42:11
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 202
4-12-16 15:20:4
1
* @LastEditTime: 202
5-12-23 13:33:3
1
* @FilePath: /hager/src/components/common/hagerHeader.vue
* @Description: 文件描述
-->
...
...
@@ -13,7 +13,7 @@
<el-row>
<el-col :sm="6" :md="6" :lg="6" :xl="6">
<div @click="goToHome" class="nav-logo">
<el-image style="width: 8rem; height: 2.5rem" src="https://cdn.ipadbiz.cn/hager/icon/
logo@2x
.png" fit="fit"></el-image>
<el-image style="width: 8rem; height: 2.5rem" src="https://cdn.ipadbiz.cn/hager/icon/
Hager_Logo_533px_sRGB_blue
.png" fit="fit"></el-image>
</div>
</el-col>
<el-col :sm="10" :md="10" :lg="10" :xl="10">
...
...
@@ -119,7 +119,7 @@
<i v-else class="el-icon-close" style="font-size: 1.15rem;"></i>
</div>
<div @click="goToHome" style="display: flex; align-items: center;">
<img style="width: 5.3rem; height: 1.7rem" src="https://cdn.ipadbiz.cn/hager/icon/
logo@2x
.png">
<img style="width: 5.3rem; height: 1.7rem" src="https://cdn.ipadbiz.cn/hager/icon/
Hager_Logo_533px_sRGB_blue
.png">
</div>
<div>
<el-image @click="goToWeb" style="width: 1rem; height: 1rem" src="https://cdn.ipadbiz.cn/hager/icon/%E8%AF%AD%E8%A8%80@2x.png" fit="fit"></el-image>
...
...
src/views/user/index.vue
View file @
cad642a
<!--
* @Date: 2024-10-18 17:57:33
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 202
4-10-24 18:11:0
0
* @LastEditTime: 202
5-12-23 13:46:4
0
* @FilePath: /hager/src/views/user/index.vue
* @Description: 文件描述
-->
...
...
@@ -22,7 +22,7 @@
</div>
<div v-else class="centered-div xs">
<div class="user-logo-xs">
<img src="https://cdn.ipadbiz.cn/hager/img/user/logo02.png" style="width: auto; height: 2rem;">
<img src="https://cdn.ipadbiz.cn/hager/img/user/logo
_
02.png" style="width: auto; height: 2rem;">
</div>
<router-view id="router-view"></router-view>
</div>
...
...
@@ -117,7 +117,7 @@ export default {
border-bottom-left-radius: 5px;
}
.user-logo {
background-image: url(https://cdn.ipadbiz.cn/hager/img/user/logo02.png);
background-image: url(https://cdn.ipadbiz.cn/hager/img/user/logo
_
02.png);
height: 15vh;
width: 15vw;
background-size: contain;
...
...
Please
register
or
login
to post a comment