Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
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
Plain Diff
Browse Files
Authored by
李奇
2018-01-15 17:52:55 +0800
Commit
10b60fab1200feb05b1fedd870f618c4d65c5d51
2 parents
5538a22d
6ea83a8f
Merge branch 'release/4.0' of git.yoho.cn:fe/yohoblk-wap into release/4.0
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
public/vue/component/product/cart/slide-select-swipe.vue
src/components/search/search-slider.vue
src/pages/channel/home/components/home-slider.vue
src/pages/product/detail/components/cart/slide-select-swipe.vue
public/vue/component/product/cart/slide-select-swipe.vue
View file @
10b60fa
...
...
@@ -82,7 +82,7 @@ export default {
panstart() {
this.originY = 0 - this.currentIndex * this.itemHeight;
this.transitionStyle = '';
this.selectStyle['will-change'] = 'tr
ansform
';
this.selectStyle['will-change'] = 'tr
ue
';
this.transform();
},
panmove(e) {
...
...
src/components/search/search-slider.vue
View file @
10b60fa
...
...
@@ -37,7 +37,7 @@ export default {
left: 0;
bottom: 0;
z-index: 999;
will-change: tr
ansform
;
will-change: tr
ue
;
transition-duration: 280ms;
}
.search-slider-enter-active {
...
...
src/pages/channel/home/components/home-slider.vue
View file @
10b60fa
...
...
@@ -134,7 +134,7 @@ export default {
}
.home-slider-enter-active, .home-slider-leave-active {
will-change: tr
ansform
;
will-change: tr
ue
;
transition-duration: 280ms;
}
.home-slider-enter-active {
...
...
src/pages/product/detail/components/cart/slide-select-swipe.vue
View file @
10b60fa
...
...
@@ -82,7 +82,7 @@ export default {
panstart() {
this.originY = 0 - this.currentIndex * this.itemHeight;
this.transitionStyle = '';
this.selectStyle['will-change'] = 'tr
ansform
';
this.selectStyle['will-change'] = 'tr
ue
';
this.transform();
},
panmove(e) {
...
...
Please
register
or
login
to post a comment