optimize userpage layout
parent
39dd945020
commit
1907f1e967
|
|
@ -3,8 +3,8 @@ import { AtDivider } from 'taro-ui';
|
||||||
import pt from '@/plain-text';
|
import pt from '@/plain-text';
|
||||||
|
|
||||||
export default () => {
|
export default () => {
|
||||||
const blankHeightUpper = 25;
|
const blankHeightUpper = 15;
|
||||||
const blankHeightLower = 120;
|
const blankHeightLower = 110;
|
||||||
return (
|
return (
|
||||||
<View>
|
<View>
|
||||||
<View style={{ height: blankHeightUpper }}></View>
|
<View style={{ height: blankHeightUpper }}></View>
|
||||||
|
|
|
||||||
|
|
@ -111,6 +111,7 @@ export default class UserPage extends Component {
|
||||||
thumb={aboutIcon}
|
thumb={aboutIcon}
|
||||||
onClick={this.aboutPage}
|
onClick={this.aboutPage}
|
||||||
/>
|
/>
|
||||||
|
<View style={{ height: 20 }}></View>
|
||||||
<Picker
|
<Picker
|
||||||
mode='selector'
|
mode='selector'
|
||||||
range={this.state.selector}
|
range={this.state.selector}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue