mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
认证标识移至左下角,防止遮挡(Mamba OUT!)
This commit is contained in:
@@ -115,7 +115,7 @@ class ReplyItem extends StatelessWidget {
|
|||||||
if (replyItem!.member!.officialVerify != null &&
|
if (replyItem!.member!.officialVerify != null &&
|
||||||
replyItem!.member!.officialVerify!['type'] == 0)
|
replyItem!.member!.officialVerify!['type'] == 0)
|
||||||
Positioned(
|
Positioned(
|
||||||
right: -1,
|
left: -1,
|
||||||
bottom: -1,
|
bottom: -1,
|
||||||
child: Container(
|
child: Container(
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
@@ -133,7 +133,7 @@ class ReplyItem extends StatelessWidget {
|
|||||||
if (replyItem!.member!.officialVerify != null &&
|
if (replyItem!.member!.officialVerify != null &&
|
||||||
replyItem!.member!.officialVerify!['type'] == 1)
|
replyItem!.member!.officialVerify!['type'] == 1)
|
||||||
Positioned(
|
Positioned(
|
||||||
right: -1,
|
left: -1,
|
||||||
bottom: -1,
|
bottom: -1,
|
||||||
child: Container(
|
child: Container(
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
|
|||||||
Reference in New Issue
Block a user