mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-01 16:48:16 +08:00
@@ -181,7 +181,8 @@ class AuthorPanel extends StatelessWidget {
|
||||
Positioned(
|
||||
top: 0,
|
||||
right: 0,
|
||||
height: height,
|
||||
bottom: 0,
|
||||
child: Center(
|
||||
child: CachedNetworkImage(
|
||||
height: height,
|
||||
memCacheHeight: height.cacheSize(context),
|
||||
@@ -191,11 +192,12 @@ class AuthorPanel extends StatelessWidget {
|
||||
placeholder: (_, _) => const SizedBox.shrink(),
|
||||
),
|
||||
),
|
||||
),
|
||||
if (moduleAuthor.decorate!.fan?.numStr?.isNotEmpty == true)
|
||||
Positioned(
|
||||
top: 0,
|
||||
bottom: 0,
|
||||
right: height,
|
||||
height: height,
|
||||
child: Center(
|
||||
child: Text(
|
||||
moduleAuthor.decorate!.fan!.numStr!.toString(),
|
||||
|
||||
Reference in New Issue
Block a user