|
|
@ -467,7 +467,7 @@ class _WelfareExchange extends State<WelfareExchange> { |
|
|
|
mainAxisSpacing: 16.w, |
|
|
|
mainAxisSpacing: 16.w, |
|
|
|
//子Widget宽高比例 0.59 |
|
|
|
//子Widget宽高比例 0.59 |
|
|
|
childAspectRatio: |
|
|
|
childAspectRatio: |
|
|
|
200 / (266 / 2 + (266 / 2) * AppUtils.textScale(context)), |
|
|
|
200 / (285 / 2 + (285 / 2) * AppUtils.textScale(context)), |
|
|
|
), |
|
|
|
), |
|
|
|
itemBuilder: (context, index) { |
|
|
|
itemBuilder: (context, index) { |
|
|
|
return GestureDetector( |
|
|
|
return GestureDetector( |
|
|
|