Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-06-23 16:09:05 +08:00
parent 79e30047f5
commit fcf758e290
10 changed files with 50 additions and 39 deletions

View File

@@ -129,9 +129,9 @@ class _LiveDmBlockPageState extends State<LiveDmBlockPage> {
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
if (!isPortrait) title,
title,
tabBar,
Expanded(child: view)
Expanded(child: view),
],
),
),