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
Plain Diff
Browse Files
Authored by
TaoHuang
2019-04-08 10:28:08 +0800
Commit
82a44fb24e3689d4d57d248629b2709813f4deff
2 parents
2e9c3909
3bc0f3d6
Merge remote-tracking branch 'origin/feature/invite' into feature/invite
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 @
82a44fb
...
...
@@ -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 @
82a44fb
...
...
@@ -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