Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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-04-15 16:35:09 +0800
Commit
07b4e5d817c90dfcacdad5e134ec193a1325fad4
2 parents
51d55e01
17d4bbbb
Merge branch 'feature/order' of git.dev.yoho.cn:web/yohobuy into feature/order
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
static/sass/cart/_good.scss
template/m.yohobuy.com/partials/cart/good.phtml
static/sass/cart/_good.scss
View file @
07b4e5d
...
...
@@ -10,7 +10,9 @@
background-color
:
transparent
;
z-index
:
99
;
}
.none
{
display
:
none
;
}
.checkbox
{
position
:
absolute
;
top
:
50%
;
...
...
template/m.yohobuy.com/partials/cart/good.phtml
View file @
07b4e5d
...
...
@@ -57,7 +57,7 @@
</span>
{{/if}}
<span class="iconfont icon-edit" data-count="{{count}}"></span>
<span class="iconfont icon-edit
{{#if isAdvanceBuy}}none{{/if}} {{#if isGift}}none{{/if}}
" data-count="{{count}}"></span>
<span class="iconfont icon-del" data-count="{{count}}"></span>
</p>
...
...
Please
register
or
login
to post a comment