mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
@@ -83,9 +83,7 @@ class AuthorPanel extends StatelessWidget {
|
||||
onTap: moduleAuthor.type == 'AUTHOR_TYPE_NORMAL'
|
||||
? () {
|
||||
feedBack();
|
||||
Get.toNamed(
|
||||
'/member?mid=${moduleAuthor.mid}',
|
||||
);
|
||||
Get.toNamed('/member?mid=${moduleAuthor.mid}');
|
||||
}
|
||||
: null,
|
||||
child: Row(
|
||||
@@ -150,8 +148,8 @@ class AuthorPanel extends StatelessWidget {
|
||||
color: theme.colorScheme.primary,
|
||||
),
|
||||
strutStyle: const StrutStyle(
|
||||
leading: 0,
|
||||
height: 1,
|
||||
leading: 0,
|
||||
fontSize: 12,
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user