Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-03-31 16:57:12 +08:00
parent 2bbc97a950
commit ea4316a847

View File

@@ -181,7 +181,8 @@ class AuthorPanel extends StatelessWidget {
Positioned( Positioned(
top: 0, top: 0,
right: 0, right: 0,
height: height, bottom: 0,
child: Center(
child: CachedNetworkImage( child: CachedNetworkImage(
height: height, height: height,
memCacheHeight: height.cacheSize(context), memCacheHeight: height.cacheSize(context),
@@ -191,11 +192,12 @@ class AuthorPanel extends StatelessWidget {
placeholder: (_, _) => const SizedBox.shrink(), placeholder: (_, _) => const SizedBox.shrink(),
), ),
), ),
),
if (moduleAuthor.decorate!.fan?.numStr?.isNotEmpty == true) if (moduleAuthor.decorate!.fan?.numStr?.isNotEmpty == true)
Positioned( Positioned(
top: 0, top: 0,
bottom: 0,
right: height, right: height,
height: height,
child: Center( child: Center(
child: Text( child: Text(
moduleAuthor.decorate!.fan!.numStr!.toString(), moduleAuthor.decorate!.fan!.numStr!.toString(),