Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
xianyu-ufo-app-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
5 years ago
Commit
fb0f8c4d746f01b5bded12dada93c4e24fe7887d
1 parent
9bac0983
revert
29cd4ffd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
11 deletions
apps/pages/home/channel/channel.vue
apps/pages/home/channel/channel.vue
View file @
fb0f8c4
...
...
@@ -169,7 +169,7 @@ export default {
const {url = ''} = firstNav;
this.selectedCategory = queryString.parse(url);
}
this.refreshProductList(this.active);
},
methods: {
...
...
@@ -442,21 +442,12 @@ export default {
}
.scroll-nav-wrap {
position: relative;
&:after {
content: "";
position: absolute;
width: 100%;
height: 100px;
box-shadow: 0 0 120px 100px #f2f2f2 !important;
z-index: -1;
}
background-color: #fefefe;
&.fixed-nav {
width: 100%;
position: absolute;
z-index: 10;
background-color: #fefefe;
overflow: hidden;
}
}
...
...
Please
register
or
login
to post a comment