mod: 视频详情页样式

This commit is contained in:
guozhigq
2023-10-21 21:50:38 +08:00
parent b71558173e
commit f30fb7a71c
3 changed files with 10 additions and 9 deletions

View File

@ -123,7 +123,7 @@ class BottomControl extends StatelessWidget implements PreferredSizeWidget {
),
fuc: () => _.toggleVideoFit(),
),
const SizedBox(width: 4),
const SizedBox(width: 10),
// 全屏
Obx(
() => ComBtn(
@ -139,7 +139,7 @@ class BottomControl extends StatelessWidget implements PreferredSizeWidget {
),
],
),
const SizedBox(height: 10),
const SizedBox(height: 12),
],
),
);