BJ_web_developers
/
webintroduce
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
d9faa14e0beb915f9051eab7550591c5ae572c78
Authored by
liuqimichale
2019-05-07 15:23:35 +0800
1 parent
bcd44d52
车主初始化
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
webintroduce/src/components/VHeader.vue
webintroduce/src/components/VHeader.vue
View file @
d9faa14
...
...
@@ -44,6 +44,7 @@ export default {
44
44
width: 315px;
45
45
height: 80px;
46
46
background: url("../assets/images/logo.png") 0 center no-repeat;
47
+ cursor: pointer;
47
48
}
48
49
.bar-wrap {
49
50
>li{
...
...