diff --git a/lib/pages/video/detail/reply/widgets/reply_item.dart b/lib/pages/video/detail/reply/widgets/reply_item.dart index 704ea1d6..168df045 100644 --- a/lib/pages/video/detail/reply/widgets/reply_item.dart +++ b/lib/pages/video/detail/reply/widgets/reply_item.dart @@ -115,7 +115,7 @@ class ReplyItem extends StatelessWidget { if (replyItem!.member!.officialVerify != null && replyItem!.member!.officialVerify!['type'] == 0) Positioned( - right: -1, + left: -1, bottom: -1, child: Container( decoration: BoxDecoration( @@ -133,7 +133,7 @@ class ReplyItem extends StatelessWidget { if (replyItem!.member!.officialVerify != null && replyItem!.member!.officialVerify!['type'] == 1) Positioned( - right: -1, + left: -1, bottom: -1, child: Container( decoration: BoxDecoration(