认证标识移至左下角,防止遮挡(Mamba OUT!)

This commit is contained in:
VillagerTom
2024-06-09 12:36:52 +08:00
committed by orz12
parent 9f5adb080b
commit 4af453531f

View File

@@ -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(