From 4f4f89a1d737800eeb91a7f98b81d80c85747bdd Mon Sep 17 00:00:00 2001 From: bggRGjQaUbCoE Date: Wed, 9 Apr 2025 14:42:38 +0800 Subject: [PATCH] opt: reply header Signed-off-by: bggRGjQaUbCoE --- lib/pages/video/detail/reply/widgets/reply_item_grpc.dart | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/pages/video/detail/reply/widgets/reply_item_grpc.dart b/lib/pages/video/detail/reply/widgets/reply_item_grpc.dart index 2afdf399..08b329b5 100644 --- a/lib/pages/video/detail/reply/widgets/reply_item_grpc.dart +++ b/lib/pages/video/detail/reply/widgets/reply_item_grpc.dart @@ -152,7 +152,10 @@ class ReplyItemGrpc extends StatelessWidget { ), ), // ), - _buildAuthorPanel(context), + SizedBox( + width: double.infinity, + child: _buildAuthorPanel(context), + ), ], ) else @@ -272,6 +275,7 @@ class ReplyItemGrpc extends StatelessWidget { Get.toNamed('/member?mid=${replyItem.mid}'); }, child: Row( + mainAxisSize: MainAxisSize.min, crossAxisAlignment: CrossAxisAlignment.center, children: [ lfAvtar(context),