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
shixiang
8 years ago
Commit
6f80d7c473a1cf2b0b6947756e62c6dae6a4105d
1 parent
84cfeaa5
修改高度为整数
review 草莓
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
js/plustar/components/detail/BrandIntro.js
js/plustar/components/detail/BrandIntro.js
View file @
6f80d7c
...
...
@@ -118,7 +118,7 @@ let styles = StyleSheet.create({
margin
:
15
*
DEVICE_WIDTH_RATIO
,
fontSize
:
12
*
DEVICE_WIDTH_RATIO
,
color
:
'#444444'
,
lineHeight
:
18
*
DEVICE_WIDTH_RATIO
,
lineHeight
:
Math
.
ceil
(
18
*
DEVICE_WIDTH_RATIO
)
,
},
moreView
:
{
paddingBottom
:
15
*
DEVICE_WIDTH_RATIO
,
...
...
Please
register
or
login
to post a comment