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 16:50:46 +0800
Commit
42589e93658de00f84c200795afbccf537c3299b
1 parent
fe0fc06c
Fix UI issue. reviewed by redding.
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
js/community/components/subjectPost/SubjectContent.js
js/community/components/subjectPost/SubjectPost.js
js/community/components/subjectPost/SubjectContent.js
View file @
42589e9
...
...
@@ -84,7 +84,7 @@ const styles = StyleSheet.create({
},
contentText
:
{
fontSize
:
14
,
lineHeight
:
2
9
,
lineHeight
:
2
8
,
backgroundColor
:
'white'
,
},
contentImage
:
{
...
...
js/community/components/subjectPost/SubjectPost.js
View file @
42589e9
...
...
@@ -420,8 +420,9 @@ const styles = StyleSheet.create({
},
title
:
{
backgroundColor
:
'white'
,
fontSize
:
17
,
lineHeight
:
32
,
fontSize
:
18
,
fontWeight
:
"100"
,
lineHeight
:
30
,
paddingLeft
:
15
,
paddingRight
:
15
,
},
...
...
Please
register
or
login
to post a comment