|
@@ -37,7 +37,7 @@ class PropertyPage extends HookConsumerWidget {
|
|
|
child: Container(
|
|
|
color: context.appColors.whiteBG,
|
|
|
width: MediaQuery.of(context).size.width,
|
|
|
- padding: const EdgeInsets.only(top: 25, bottom: 25),
|
|
|
+ padding: const EdgeInsets.only(top: 0, bottom: 25),
|
|
|
child: Row(
|
|
|
mainAxisAlignment: MainAxisAlignment.center,
|
|
|
crossAxisAlignment: CrossAxisAlignment.center,
|
|
@@ -51,7 +51,7 @@ class PropertyPage extends HookConsumerWidget {
|
|
|
children: [
|
|
|
Container(
|
|
|
width: MediaQuery.of(context).size.width / topSectionsData.length - 36,
|
|
|
- height: 70,
|
|
|
+ // height: 70,
|
|
|
decoration: BoxDecoration(
|
|
|
color: ColorUtils.string2Color("#F0F8FF"),
|
|
|
shape: BoxShape.circle, // 设置为圆形
|