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-15 10:10:48 +0800
Commit
bd0970e4169ca046af5c1b606e316721661b8b9b
1 parent
c7668914
首页导航调整 review by 阿瑟
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
js/community/components/home/NavBarTitle.js
js/community/components/home/NavBarTitle.js
View file @
bd0970e
...
...
@@ -169,6 +169,10 @@ export default class NavBarTitle extends React.Component {
let
lineTop
=
30
;
if
(
width
==
320
)
{
lineTop
=
31
;
}
else
if
(
width
==
375
)
{
lineTop
=
31.2
;
}
else
{
lineTop
=
30.5
;
}
return
(
<
Animated
.
View
...
...
Please
register
or
login
to post a comment