自习室优化ok

This commit is contained in:
zhutao
2025-11-28 18:01:09 +08:00
parent 57305c5804
commit 54bf2dcee7
38 changed files with 527 additions and 117 deletions

View File

@@ -52,13 +52,13 @@ class TeacherVideo extends StatelessWidget {
),
),
Positioned(
top: 0,
left: 0,
top: 30,
left: 10,
child: Container(
width: 150,
width: 200,
color: Colors.black,
child: AspectRatio(
aspectRatio: 1 / 1.2,
aspectRatio: 16 / 9,
child: AgoraVideoView(
controller: VideoViewController(
rtcEngine: vm.engine!,
@@ -80,4 +80,4 @@ class TeacherVideo extends StatelessWidget {
),
);
}
}
}