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
2
Download as
Email Patches
Plain Diff
Browse Files
Authored by
shuaiguo
5 years ago
Commit
29cd4ffd9ada66681618e493ab409d51a3df81a9
1 parent
e8fe9c6c
Revert "fix scroll"
This reverts commit
e8fe9c6c
.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
apps/pages/home/channel/channel.vue
apps/pages/home/channel/channel.vue
View file @
29cd4ff
...
...
@@ -169,7 +169,7 @@ export default {
const {url = ''} = firstNav;
this.selectedCategory = queryString.parse(url);
}
this.refreshProductList(this.active);
},
methods: {
...
...
@@ -442,12 +442,21 @@ export default {
}
.scroll-nav-wrap {
position: relative;
background-color: #fefefe;
&:after {
content: "";
position: absolute;
width: 100%;
height: 100px;
box-shadow: 0 0 120px 100px #f2f2f2 !important;
z-index: -1;
}
&.fixed-nav {
width: 100%;
position: absolute;
z-index: 10;
background-color: #fefefe;
overflow: hidden;
}
}
...
...
杨延青
@yangyanqing
5 years ago
Master
mentioned in commit
fb0f8c4d
shuaiguo
@shuaiguo
5 years ago
Owner
mentioned in commit
370cfe02
Please
register
or
login
to post a comment