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
Email Patches
Plain Diff
Browse Files
Authored by
zhangxiaoru
2016-07-25 19:03:23 +0800
Commit
785f5da8ed67c358e02a047f380c01440b4fecfc
1 parent
1858dd48
share
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
apps/editorial/models/editorial.js
public/scss/editorial/_detail.css
apps/editorial/models/editorial.js
View file @
785f5da
...
...
@@ -253,7 +253,7 @@ const _processHeadData = (list) => {
avatar
:
data
.
avatar
,
name
:
data
.
name
});
console
.
log
(
newData
.
headData
)
console
.
log
(
newData
.
headData
)
;
return
newData
;
})();
...
...
public/scss/editorial/_detail.css
View file @
785f5da
...
...
@@ -285,6 +285,7 @@
line-height
:
25px
;
border
:
1px
solid
#fff
;
overflow
:
hidden
;
width
:
100%
;
a
{
color
:
#afafaf
;
...
...
Please
register
or
login
to post a comment