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
Email Patches
Plain Diff
Browse Files
Authored by
郭成尧
9 years ago
Commit
4dc73b0cdbef815a35bd9d4b1a006210b1adc63a
1 parent
e26efa4d
filter
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
public/vue/product/shop/top-bar.vue
public/vue/product/shop/top-bar.vue
View file @
4dc73b0
<template>
<div class="top-box clearfix">
<div class="top-box clearfix"
v-bind:class='{"top-box-left" : this.$parent.$refs.drawer.on}'
>
<span class="icon back" @click="goBack()"></span>
<div class="right">
<span v-if="shareData.isFav" class="icon" @click="collectShop()"></span>
...
...
@@ -41,6 +41,10 @@
}
}
}
.top-box-left {
left: -655px;
}
</style>
<script>
...
...
Please
register
or
login
to post a comment