From 06a6a6592854f832e6049f6239177b5b04924a63 Mon Sep 17 00:00:00 2001 From: w-R <953969641@qq.com> Date: Sat, 2 Apr 2022 15:53:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=A3=B0=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/setting/about_page.dart | 2 +- lib/setting/treaty_page.dart | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/setting/about_page.dart b/lib/setting/about_page.dart index 7e62ff2f..ac8b9989 100644 --- a/lib/setting/about_page.dart +++ b/lib/setting/about_page.dart @@ -84,7 +84,7 @@ class _AboutPage extends State { S.of(context).dangqianbanben, S.of(context).banben(version), ), - textItem(S.of(context).tebieshengming), + // textItem(S.of(context).tebieshengming), InkWell( onTap: () { Navigator.of(context) diff --git a/lib/setting/treaty_page.dart b/lib/setting/treaty_page.dart index 4adba3f5..e94c890d 100644 --- a/lib/setting/treaty_page.dart +++ b/lib/setting/treaty_page.dart @@ -36,7 +36,8 @@ class _TreatyPage extends State { background: Colors.transparent, leadingColor: Colors.black, ), - body: Container( + body: + Container( width: MediaQuery.of(context).size.width, height: MediaQuery.of(context).size.height, alignment: Alignment.center,