Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-12-16 16:28:13 +08:00
parent 0baf3fcd36
commit 348a9e014e
10 changed files with 50 additions and 32 deletions

View File

@@ -520,13 +520,14 @@ class _LiveRoomPageState extends State<LiveRoomPage>
type: ImageType.avatar,
src: roomInfoH5.anchorInfo!.baseInfo!.face,
),
Expanded(
Flexible(
child: Column(
spacing: 1,
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Row(
spacing: 10,
mainAxisSize: .min,
crossAxisAlignment: CrossAxisAlignment.end,
children: [
Flexible(
@@ -543,6 +544,7 @@ class _LiveRoomPageState extends State<LiveRoomPage>
),
Row(
spacing: 10,
mainAxisSize: .min,
children: [
_liveRoomController.watchedWidget,
_liveRoomController.timeWidget,