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
2024-12-16 10:01:20 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d8bcedeb4d3e31caf614da74840c3091ca35a145
d8bcedeb
1 parent
59043dca
fix 底部组件-联系我们hover效果显示优化
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
src/components/common/hagerFooter.vue
src/components/common/hagerFooter.vue
View file @
d8bcede
<!--
* @Date: 2024-09-26 13:42:22
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-12-1
2 14:13:11
* @LastEditTime: 2024-12-1
6 10:00:36
* @FilePath: /hager/src/components/common/hagerFooter.vue
* @Description: 文件描述
-->
...
...
@@ -245,10 +245,9 @@ export default {
}
&.link-contact {
p {
// color: #7a98c7;
&:hover {
text-decoration:
underli
ne;
cursor:
pointer
;
text-decoration:
no
ne;
cursor:
default
;
}
}
}
...
...
Please
register
or
login
to post a comment