Browse Source

邀请码更改

ff_new
w-R 3 years ago
parent
commit
5187eb62b4
  1. 29
      lib/qr/qr_share.dart
  2. 2
      pubspec.lock

29
lib/qr/qr_share.dart

@ -81,7 +81,7 @@ class _QrSharePage extends State<QrSharePage> {
children: [ children: [
Positioned( Positioned(
child: Image.asset( child: Image.asset(
"assets/image/qr_share_bg_yq.png", "assets/image/qr_share_bg.png",
fit: BoxFit.fill, fit: BoxFit.fill,
), ),
top: 0, top: 0,
@ -153,25 +153,26 @@ class _QrSharePage extends State<QrSharePage> {
S.of(context).fenxiangyaoqingma, S.of(context).fenxiangyaoqingma,
textAlign: TextAlign.center, textAlign: TextAlign.center,
style: TextStyle( style: TextStyle(
height: 1.5,
color: Color(0xFF2E3552), color: Color(0xFF2E3552),
fontSize: 16.sp, fontSize: 16.sp,
fontWeight: MyFontWeight.regular, fontWeight: MyFontWeight.regular,
), ),
), ),
), ),
Container( // Container(
margin: EdgeInsets.only(left: 16.w, right: 24.w), // margin: EdgeInsets.only(left: 16.w, right: 24.w),
child: Text( // child: Text(
// S.of(context).fenxiangyaoqing, // // S.of(context).fenxiangyaoqing,
S.of(context).beiyaoqingdejiangli, // S.of(context).beiyaoqingdejiangli,
textAlign: TextAlign.center, // textAlign: TextAlign.center,
style: TextStyle( // style: TextStyle(
color: Color(0xFF2E3552), // color: Color(0xFF2E3552),
fontSize: 16.sp, // fontSize: 16.sp,
fontWeight: MyFontWeight.regular, // fontWeight: MyFontWeight.regular,
), // ),
), // ),
), // ),
SizedBox( SizedBox(
height: 1.h, height: 1.h,
), ),

2
pubspec.lock

@ -255,7 +255,7 @@ packages:
name: flutter_screenutil name: flutter_screenutil
url: "https://pub.flutter-io.cn" url: "https://pub.flutter-io.cn"
source: hosted source: hosted
version: "5.3.0" version: "5.3.1"
flutter_smart_dialog: flutter_smart_dialog:
dependency: "direct main" dependency: "direct main"
description: description:

Loading…
Cancel
Save