fix: 评论框安全距离

This commit is contained in:
guozhigq
2024-06-10 13:36:23 +08:00
parent 89993895cb
commit d6177b10bf

View File

@ -214,7 +214,15 @@ class _VideoReplyNewDialogState extends State<VideoReplyNewDialog>
),
Container(
height: 52,
padding: const EdgeInsets.only(left: 12, right: 12),
padding: const EdgeInsets.only(
left: 12,
right: 12,
),
margin: EdgeInsets.only(
bottom: toolbarType == 'input' && keyboardHeight == 0.0
? MediaQuery.of(context).padding.bottom
: 0,
),
child: Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [