소스 검색

[feat]亲密度分析,步骤卡片,去掉最小高度限制

hezihao 7 달 전
부모
커밋
99eccf5fb2
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      lib/module/intimacy_analyse/widget/step_card.dart

+ 0 - 3
lib/module/intimacy_analyse/widget/step_card.dart

@@ -68,9 +68,6 @@ class StepCard extends StatelessWidget {
             decoration: BoxDecoration(
               image: DecorationImage(image: bgImageProvider, fit: BoxFit.fill),
             ),
-            constraints: BoxConstraints(
-                minHeight: 260.h
-            ),
             child: Column(
               // 左对齐
               crossAxisAlignment: CrossAxisAlignment.start,