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
2026-03-26 13:19:14 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bcc367b621cae59b40e34ab6bfbcc945adca99c5
bcc367b6
1 parent
79f2dca7
fix(contact): 更新联系我们页面顶部横幅图片
修复横幅图片链接,将 banner05.png 替换为 banner05-1.png,以显示正确的图片。
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/contact.vue
src/views/contact.vue
View file @
bcc367b
<!--
* @Date: 2024-10-18 09:31:05
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 202
4-12-13 15:34:46
* @LastEditTime: 202
6-03-26 13:18:55
* @FilePath: /hager/src/views/contact.vue
* @Description: 联系我们
-->
...
...
@@ -117,7 +117,7 @@ export default {
.hager-contact-page {
.top-img {
height: 22rem;
background-image: url('https://cdn.ipadbiz.cn/hager/img/tiny/banner05.png');
background-image: url('https://cdn.ipadbiz.cn/hager/img/tiny/banner05
-1
.png');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
...
...
Please
register
or
login
to post a comment