Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-12-26 12:15:25 +08:00
parent c9a02f9c74
commit 25fca498fc
41 changed files with 313 additions and 286 deletions

View File

@@ -24,6 +24,7 @@ class ActionPanel extends StatelessWidget {
final comment = moduleStat.comment!;
final like = moduleStat.like!;
final btnStyle = TextButton.styleFrom(
tapTargetSize: .padded,
padding: const EdgeInsets.symmetric(horizontal: 15),
foregroundColor: outline,
);

View File

@@ -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,
),
),