From 5187eb62b471f0190bc71d02f3e972bf90f24432 Mon Sep 17 00:00:00 2001 From: w-R <953969641@qq.com> Date: Fri, 18 Feb 2022 16:39:04 +0800 Subject: [PATCH] =?UTF-8?q?=E9=82=80=E8=AF=B7=E7=A0=81=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/qr/qr_share.dart | 29 +++++++++++++++-------------- pubspec.lock | 2 +- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/lib/qr/qr_share.dart b/lib/qr/qr_share.dart index 66bb89ce..7fd13b48 100644 --- a/lib/qr/qr_share.dart +++ b/lib/qr/qr_share.dart @@ -81,7 +81,7 @@ class _QrSharePage extends State { children: [ Positioned( child: Image.asset( - "assets/image/qr_share_bg_yq.png", + "assets/image/qr_share_bg.png", fit: BoxFit.fill, ), top: 0, @@ -153,25 +153,26 @@ class _QrSharePage extends State { S.of(context).fenxiangyaoqingma, textAlign: TextAlign.center, style: TextStyle( + height: 1.5, color: Color(0xFF2E3552), fontSize: 16.sp, fontWeight: MyFontWeight.regular, ), ), ), - Container( - margin: EdgeInsets.only(left: 16.w, right: 24.w), - child: Text( - // S.of(context).fenxiangyaoqing, - S.of(context).beiyaoqingdejiangli, - textAlign: TextAlign.center, - style: TextStyle( - color: Color(0xFF2E3552), - fontSize: 16.sp, - fontWeight: MyFontWeight.regular, - ), - ), - ), + // Container( + // margin: EdgeInsets.only(left: 16.w, right: 24.w), + // child: Text( + // // S.of(context).fenxiangyaoqing, + // S.of(context).beiyaoqingdejiangli, + // textAlign: TextAlign.center, + // style: TextStyle( + // color: Color(0xFF2E3552), + // fontSize: 16.sp, + // fontWeight: MyFontWeight.regular, + // ), + // ), + // ), SizedBox( height: 1.h, ), diff --git a/pubspec.lock b/pubspec.lock index 085d455b..b3474fc4 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -255,7 +255,7 @@ packages: name: flutter_screenutil url: "https://pub.flutter-io.cn" source: hosted - version: "5.3.0" + version: "5.3.1" flutter_smart_dialog: dependency: "direct main" description: