Browse Source

[fix]亲密度分析,调整底部白色蒙层的宽度,铺满屏幕

hezihao 6 months ago
parent
commit
f1affe36f3

+ 1 - 1
lib/module/intimacy_analyse/analyse_report/intimacy_analyse_report_view.dart

@@ -62,7 +62,7 @@ class IntimacyAnalyseReportView
           bottom: 0,
           bottom: 0,
           child: Container(
           child: Container(
             child: Assets.images.bgIntimacyAnalyseReportPreviewMask.image(
             child: Assets.images.bgIntimacyAnalyseReportPreviewMask.image(
-              height: 126,
+              width: double.infinity,
             ),
             ),
           ),
           ),
         ),
         ),