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';
export default () => {
const blankHeightUpper = 25;
const blankHeightLower = 120;
const blankHeightUpper = 15;
const blankHeightLower = 110;
return (
<View>
<View style={{ height: blankHeightUpper }}></View>

View File

@ -111,6 +111,7 @@ export default class UserPage extends Component {
thumb={aboutIcon}
onClick={this.aboutPage}
/>
<View style={{ height: 20 }}></View>
<Picker
mode='selector'
range={this.state.selector}