From 93581c2932fda57464be6e8e9d28f1b7b0bbf9a0 Mon Sep 17 00:00:00 2001 From: guozhigq Date: Fri, 3 Nov 2023 23:40:47 +0800 Subject: [PATCH] =?UTF-8?q?mod:=20=E6=92=AD=E6=94=BE=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E9=A1=B5=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/video/detail/introduction/view.dart | 44 +++++++++---------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/lib/pages/video/detail/introduction/view.dart b/lib/pages/video/detail/introduction/view.dart index d6ab6fa5..c508abd9 100644 --- a/lib/pages/video/detail/introduction/view.dart +++ b/lib/pages/video/detail/introduction/view.dart @@ -249,30 +249,30 @@ class _VideoInfoState extends State with TickerProviderStateMixin { fontSize: 16, fontWeight: FontWeight.w500, ), - maxLines: 1, + maxLines: 2, overflow: TextOverflow.ellipsis, ), ), - const SizedBox(width: 20), - SizedBox( - width: 34, - height: 34, - child: IconButton( - style: ButtonStyle( - padding: - MaterialStateProperty.all(EdgeInsets.zero), - backgroundColor: - MaterialStateProperty.resolveWith((states) { - return t.highlightColor.withOpacity(0.2); - }), - ), - onPressed: showIntroDetail, - icon: Icon( - Icons.more_horiz, - color: Theme.of(context).colorScheme.primary, - ), - ), - ), + // const SizedBox(width: 20), + // SizedBox( + // width: 34, + // height: 34, + // child: IconButton( + // style: ButtonStyle( + // padding: + // MaterialStateProperty.all(EdgeInsets.zero), + // backgroundColor: + // MaterialStateProperty.resolveWith((states) { + // return t.highlightColor.withOpacity(0.2); + // }), + // ), + // onPressed: showIntroDetail, + // icon: Icon( + // Icons.more_horiz, + // color: Theme.of(context).colorScheme.primary, + // ), + // ), + // ), ], ), ), @@ -325,7 +325,7 @@ class _VideoInfoState extends State with TickerProviderStateMixin { // const SizedBox(height: 7), // 点赞收藏转发 布局样式1 SingleChildScrollView( - padding: const EdgeInsets.only(top: 7, bottom: 7), + padding: const EdgeInsets.only(top: 10, bottom: 7), scrollDirection: Axis.horizontal, child: actionRow( context,