From 1907f1e9677af3278320158d9938644da7f002b8 Mon Sep 17 00:00:00 2001 From: Dawn_Ocean <1785590531@qq.com> Date: Fri, 8 Mar 2024 16:41:53 +0800 Subject: [PATCH] optimize userpage layout --- src/components/PageFooter/PageFooter.tsx | 4 ++-- src/pages/user/user.tsx | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) 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} /> +