Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
黄涛
2016-12-20 15:39:25 +0800
Commit
893b80c2be674203db0e6c7f2746568c809dae5b
2 parents
95817ccf
d4c521b7
Merge branch 'feature/new-product-detail' into 'release/5.3.1'
修改弹框颜色图片大小 See merge request
!29
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
public/hbs/product/package-dialog.hbs
public/scss/product/_detail.css
public/hbs/product/package-dialog.hbs
View file @
893b80c
...
...
@@ -13,7 +13,7 @@
{{#
each
colors
}}
<li
class=
"
{{#if
focus
}}
focus
{{/if}}
{{#
unless
total
}}
disable
{{/
unless
}}
pull-left"
title=
"
{{
title
}}
"
data-color=
"
{{
name
}}
"
data-total=
"
{{
total
}}
"
>
<img
src=
"
{{
src
}}
"
><span
class=
"color-name"
>
{{
name
}}
</span>
<img
src=
"
{{
image
src
25
34
}}
"
><span
class=
"color-name"
>
{{
name
}}
</span>
</li>
{{/
each
}}
</ul>
...
...
public/scss/product/_detail.css
View file @
893b80c
...
...
@@ -2299,7 +2299,7 @@
float
:
left
;
display
:
inline-block
;
height
:
34px
;
width
:
34
px
;
width
:
25
px
;
}
li
{
...
...
Please
register
or
login
to post a comment