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
Email Patches
Plain Diff
Browse Files
Authored by
uedxwg
9 years ago
Commit
17d4bbbbde7cdbf02bc4447ffba29af0b0502685
1 parent
7e9083fe
赠品加价购取消修改按钮
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 @
17d4bbb
...
...
@@ -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 @
17d4bbb
...
...
@@ -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