From 55393935f39ae85d3ce2f0c82d5a7165f698b92d Mon Sep 17 00:00:00 2001 From: orz12 Date: Fri, 1 Mar 2024 04:27:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8A=A8=E6=80=81=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E9=95=BF=E5=BA=A6=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/dynamics/widgets/content_panel.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/dynamics/widgets/content_panel.dart b/lib/pages/dynamics/widgets/content_panel.dart index e3c278bc..a77fc99b 100644 --- a/lib/pages/dynamics/widgets/content_panel.dart +++ b/lib/pages/dynamics/widgets/content_panel.dart @@ -193,7 +193,7 @@ class _ContentState extends State { /// fix 默认20px高度 style: const TextStyle(height: 0), richNode(widget.item, context), - // maxLines: widget.source == 'detail' ? 999 : 3, + maxLines: 999, overflow: TextOverflow.ellipsis, ), ),