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