Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
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
6 years ago
Commit
2c3c4c2de89967181e6f9f3c725e30cf8cd153dc
1 parent
b78555e9
page transition
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
apps/app.vue
apps/app.vue
View file @
2c3c4c2
...
...
@@ -59,7 +59,12 @@ export default {
transform: translate3d(100%, 0, 0);
}
.route-view-forword-enter-active {
z-index: 2;
}
.route-view-forword-leave-active {
z-index: 1;
transform: translate3d(-30%, 0, 0);
}
...
...
Please
register
or
login
to post a comment