Toggle navigation
Toggle navigation
This project
Loading...
Sign in
mobile
/
YH_RNComponent
·
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
盖剑秋
2016-08-13 17:19:05 +0800
Commit
e7dba8441d1478ee186cc966223882156bd31585
1 parent
9df0a8e1
Fix UI issue. reviewed by redding.
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
js/community/components/subjectPost/SPCommentCell.js
js/community/components/subjectPost/SubjectContent.js
js/community/components/subjectPost/SPCommentCell.js
View file @
e7dba84
...
...
@@ -89,7 +89,7 @@ const styles = StyleSheet.create({
backgroundColor
:
'white'
,
},
separator
:
{
backgroundColor
:
'#
a0a0a0
'
,
backgroundColor
:
'#
f2f2f2
'
,
height
:
0.5
,
width
:
width
-
30
,
},
...
...
js/community/components/subjectPost/SubjectContent.js
View file @
e7dba84
...
...
@@ -86,6 +86,7 @@ const styles = StyleSheet.create({
fontSize
:
14
,
lineHeight
:
28
,
backgroundColor
:
'white'
,
fontWeight
:
"100"
,
},
contentImage
:
{
backgroundColor
:
'#a0a0a0'
,
...
...
Please
register
or
login
to post a comment