optimize userpage layout

yhy
Dawn_Ocean 2024-03-08 16:41:53 +08:00
parent 39dd945020
commit 1907f1e967
2 changed files with 3 additions and 2 deletions

View File

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

View File

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