From 4af453531f156e644f8de5c8b0949a6216267ce8 Mon Sep 17 00:00:00 2001 From: VillagerTom Date: Sun, 9 Jun 2024 12:36:52 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A4=E8=AF=81=E6=A0=87=E8=AF=86=E7=A7=BB?= =?UTF-8?q?=E8=87=B3=E5=B7=A6=E4=B8=8B=E8=A7=92=EF=BC=8C=E9=98=B2=E6=AD=A2?= =?UTF-8?q?=E9=81=AE=E6=8C=A1(Mamba=20OUT!)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/video/detail/reply/widgets/reply_item.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(