diff --git a/src/components/PageFooter/PageFooter.tsx b/src/components/PageFooter/PageFooter.tsx index 12e8cd1..e498ef2 100644 --- a/src/components/PageFooter/PageFooter.tsx +++ b/src/components/PageFooter/PageFooter.tsx @@ -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 ( diff --git a/src/pages/user/user.tsx b/src/pages/user/user.tsx index 0e1c136..c8cad17 100644 --- a/src/pages/user/user.tsx +++ b/src/pages/user/user.tsx @@ -111,6 +111,7 @@ export default class UserPage extends Component { thumb={aboutIcon} onClick={this.aboutPage} /> +