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
张文文
2019-06-04 10:48:07 +0800
Commit
872a2209f76734cd3a4aa1734884f62d76b9f2c2
1 parent
5c5d46ed
认证用户UI调整
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
js/message/components/content/ContentFansListCell.js
js/message/components/content/ContentLikedListCell.js
js/message/components/content/ContentMessageCell.js
js/message/components/content/ContentFansListCell.js
View file @
872a220
...
...
@@ -79,10 +79,10 @@ let styles = StyleSheet.create({
borderRadius
:
25
,
},
iconImage
:
{
width
:
25
,
height
:
25
,
marginLeft
:
-
10
,
marginTop
:
40
,
width
:
20
,
height
:
20
,
marginLeft
:
-
16
,
marginTop
:
48
,
},
textView
:
{
flexDirection
:
'column'
,
...
...
js/message/components/content/ContentLikedListCell.js
View file @
872a220
...
...
@@ -114,10 +114,10 @@ let styles = StyleSheet.create({
borderRadius
:
20
,
},
iconImage
:
{
width
:
25
,
height
:
25
,
width
:
16
,
height
:
16
,
marginLeft
:
-
12
,
marginTop
:
30
,
marginTop
:
42
,
},
textView
:
{
flexDirection
:
'column'
,
...
...
js/message/components/content/ContentMessageCell.js
View file @
872a220
...
...
@@ -137,10 +137,10 @@ let styles = StyleSheet.create({
borderRadius
:
20
,
},
iconImage
:
{
width
:
25
,
height
:
25
,
width
:
16
,
height
:
16
,
marginLeft
:
-
12
,
marginTop
:
30
,
marginTop
:
42
,
},
textView
:
{
flexDirection
:
'column'
,
...
...
Please
register
or
login
to post a comment