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
沈志敏
2016-08-05 18:11:43 +0800
Commit
0e0ed4290b4b8151a997230128192b06717662b8
2 parents
f0054175
5a82073c
Merge branch 'develop' of git.yoho.cn:fe/yohoblk-wap into develop
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
public/scss/common/_modal.css
public/vue/product/detail/index.vue
public/scss/common/_modal.css
View file @
0e0ed42
...
...
@@ -27,14 +27,15 @@
}
.button-group
{
display
:
flex
;
flex-direction
:
row
;
justify-content
:
space-around
;
align-items
:
stretch
;
height
:
88px
;
text-align
:
center
;
a.modal-button
{
flex
:
1
;
width
:
45%
;
display
:
inline-block
;
margin-top
:
0.5rem
;
align-self
:
center
;
text-align
:
center
;
color
:
$
blue
;
...
...
public/vue/product/detail/index.vue
View file @
0e0ed42
...
...
@@ -568,7 +568,7 @@
// 读取购物车数量
if (this.isApp) {
this.refreshCart();
bus.
on('app.shoppingcart,refresh', () =>
this.refreshCart);
bus.
$on('app.shoppingcart.refresh',
this.refreshCart);
}
}
};
...
...
Please
register
or
login
to post a comment