From 0309254ac5c0968acb17ef29e4b568b0a43a0b29 Mon Sep 17 00:00:00 2001 From: wurong <953969641@qq.com> Date: Fri, 2 Jun 2023 18:35:03 +0800 Subject: [PATCH] =?UTF-8?q?1.=E5=8A=A8=E6=80=81=E8=AF=A6=E6=83=85=EF=BC=8C?= =?UTF-8?q?=E8=AF=84=E8=AE=BA-=E5=B7=B2=E6=98=BE=E7=A4=BA=E5=85=A8?= =?UTF-8?q?=E9=83=A8=E2=80=94=E4=BF=AE=E6=94=B9=EF=BC=9B=202.=E5=8A=A8?= =?UTF-8?q?=E6=80=81=E8=AF=A6=E6=83=85=EF=BC=8C=E8=AF=84=E8=AE=BA-?= =?UTF-8?q?=E8=BE=93=E5=85=A5=E6=A1=86=E5=8F=91=E9=80=81=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E8=8C=83=E5=9B=B4=E6=9B=B4=E6=94=B9=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/web/web_view/comment_list.dart | 2 +- lib/web/web_view/input_comment.dart | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/web/web_view/comment_list.dart b/lib/web/web_view/comment_list.dart index f77fd774..af98aa55 100644 --- a/lib/web/web_view/comment_list.dart +++ b/lib/web/web_view/comment_list.dart @@ -128,7 +128,7 @@ class CommentListState extends State { ); }, ), - if (memberList != null && memberList.length > 0) + if (memberList != null && memberList.length > 10) Container( decoration: BoxDecoration( color: Color(0xFFF2F2F2), diff --git a/lib/web/web_view/input_comment.dart b/lib/web/web_view/input_comment.dart index 7f919d07..09a616ba 100644 --- a/lib/web/web_view/input_comment.dart +++ b/lib/web/web_view/input_comment.dart @@ -126,6 +126,7 @@ class _InputComment extends State { ), if (widget.isKeyBoardShow) GestureDetector( + behavior: HitTestBehavior.opaque, onTap: () { var commentText = widget.commentTextController.text; if (commentText.trim() == "") { @@ -134,7 +135,7 @@ class _InputComment extends State { widget.queryMemberComment(commentText); }, child: Container( - padding: EdgeInsets.symmetric(horizontal: 20.w), + padding: EdgeInsets.symmetric(horizontal: 20.w,vertical:15.h), child: Text( S.of(context).fasong, style: TextStyle(