浏览代码

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

hezihao 10 月之前
父节点
当前提交
f1affe36f3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/module/intimacy_analyse/analyse_report/intimacy_analyse_report_view.dart

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

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