Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
biao
2016-08-09 14:13:27 +0800
Commit
c7279dcffb603ae127e80f64d0a3aef3ff2647d1
2 parents
9a3978aa
2409057e
Merge branch 'release/1.0' of
http://git.yoho.cn/fe/yoho-blk
into release/1.0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
apps/product/models/helpers.js
public/scss/components/_round-color.css
apps/product/models/helpers.js
View file @
c7279dc
...
...
@@ -118,7 +118,8 @@ const helpers = {
return
{
id
:
c
.
colorId
,
title
:
c
.
colorName
,
rgb
:
c
.
colorValue
?
`
url
(
$
{
c
.
colorValue
})
`
:
'#'
+
c
.
colorCode
rgb
:
c
.
colorValue
?
`
url
(
$
{
c
.
colorValue
})
`
:
'#'
+
c
.
colorCode
,
bgImg
:
c
.
colorValue
||
''
};
});
}
else
{
...
...
public/scss/components/_round-color.css
View file @
c7279dc
...
...
@@ -21,6 +21,7 @@
img
{
width
:
100%
;
height
:
100%
;
margin-top
:
-1px
;
}
}
...
...
Please
register
or
login
to post a comment