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-05 19:15:39 +0800
Commit
542359e9c53bc9d951723b93e19378054999510b
1 parent
2be8c55a
fix bug:回复列表原帖的样式不对; review by 于良
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
js/community/components/message/MsgCenterNormalCell.js
js/community/components/message/SysMsgCell.js
js/community/components/message/MsgCenterNormalCell.js
View file @
542359e
...
...
@@ -173,6 +173,7 @@ let styles = StyleSheet.create({
backgroundColor
:
'white'
,
flexDirection
:
'row'
,
// justifyContent: 'center',
resizeMode
:
'contain'
,
alignItems
:
'center'
,
height
:
40
,
padding
:
10
,
...
...
js/community/components/message/SysMsgCell.js
View file @
542359e
...
...
@@ -158,6 +158,7 @@ let styles = StyleSheet.create({
alignItems
:
'center'
,
height
:
40
,
padding
:
10
,
resizeMode
:
'contain'
,
},
reply
:
{
...
...
Please
register
or
login
to post a comment