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
406c48dfa1b66bf845977ad8a2749b1afa28d075
1 parent
9bec5dab
fix
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
apps/app.vue
apps/pages/single/mine/bank-card/components/cards.vue
apps/app.vue
View file @
406c48d
...
...
@@ -64,12 +64,12 @@ export default {
}
.route-view-forword-leave-active {
z-index: 1;
z-index:
-
1;
transform: translate3d(-30%, 0, 0);
}
.route-view-back-enter {
z-index: 1;
z-index:
-
1;
transform: translate3d(-30%, 0, 0);
}
...
...
apps/pages/single/mine/bank-card/components/cards.vue
View file @
406c48d
...
...
@@ -47,9 +47,6 @@ export default {
</script>
<style lang="scss" scoped>
/deep/ .layout-context {
background-color: #f0f0f0!important;
}
.card-list {
padding: 50px;
}
...
...
Please
register
or
login
to post a comment