|
@@ -91,7 +91,7 @@ class PropertyNewsDetailPage extends HookConsumerWidget {
|
|
|
)
|
|
|
],
|
|
|
),
|
|
|
- ).marginOnly(top: 5, bottom: 5)
|
|
|
+ ).marginOnly(top: 0, bottom: 5)
|
|
|
),
|
|
|
);
|
|
|
}
|
|
@@ -105,7 +105,7 @@ class PropertyNewsDetailPage extends HookConsumerWidget {
|
|
|
final likesCount = detailInfo.getValue('likes_count', '');
|
|
|
final liked = detailInfo.getValue('liked', '');
|
|
|
return Padding(
|
|
|
- padding: const EdgeInsets.only(left: 16, right: 16,bottom: 20),
|
|
|
+ padding: const EdgeInsets.only(left: 16, right: 16),
|
|
|
child: Column(
|
|
|
crossAxisAlignment: CrossAxisAlignment.start,
|
|
|
children: [
|
|
@@ -115,7 +115,7 @@ class PropertyNewsDetailPage extends HookConsumerWidget {
|
|
|
isFontMedium: true,
|
|
|
fontSize: 24,
|
|
|
textColor: context.appColors.textBlack,
|
|
|
- marginTop: 18.5,
|
|
|
+ marginTop: 5,
|
|
|
),
|
|
|
// 时间
|
|
|
MyTextView(
|