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
QC-L
7 years ago
Commit
a16bce904671b5a37a7e709d325e25b86e3e1850
1 parent
95bbf9aa
更新消息列表分享按钮 review by sunkai
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
js/alliance/components/cell/MessageCell.js
js/alliance/components/cell/MessageCell.js
View file @
a16bce9
...
...
@@ -140,12 +140,14 @@ let styles = StyleSheet.create({
height
:
14
},
shareButton
:
{
width
:
15
*
DEVICE_WIDTH_RATIO
,
height
:
15
*
DEVICE_WIDTH_RATIO
,
justifyContent
:
'center'
width
:
80
*
DEVICE_WIDTH_RATIO
,
height
:
25
*
DEVICE_WIDTH_RATIO
,
justifyContent
:
'center'
,
alignItems
:
'center'
},
shareButtonImage
:
{
flex
:
1
width
:
15
*
DEVICE_WIDTH_RATIO
,
height
:
15
*
DEVICE_WIDTH_RATIO
,
}
});
...
...
Please
register
or
login
to post a comment