瀏覽代碼

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

hezihao 10 月之前
父節點
當前提交
b72ba9f2b7
共有 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,
             ),
           ),
         ),