|
|
@@ -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,
|