Authored by 于良

首页导航调整 review by 阿瑟

... ... @@ -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
... ...