From 5ff72035cde7795784a8112a0e9b355f9acb70f4 Mon Sep 17 00:00:00 2001 From: laiiihz Date: Fri, 12 Mar 2021 10:39:38 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A4=BE=E5=8C=BA=E8=AF=9D=E9=A2=98=20?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E6=BA=A2=E5=87=BA=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../community/community_views/topic/topic_community_view.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/ui/community/community_views/topic/topic_community_view.dart b/lib/ui/community/community_views/topic/topic_community_view.dart index 3706645b..2370a15e 100644 --- a/lib/ui/community/community_views/topic/topic_community_view.dart +++ b/lib/ui/community/community_views/topic/topic_community_view.dart @@ -91,7 +91,6 @@ class TopicCommunityViewState extends State .bold .overflow(TextOverflow.ellipsis) .make(), - Spacer(), (model?.content ?? '') .text .maxLines(1) @@ -116,7 +115,7 @@ class TopicCommunityViewState extends State .make() ].row(), ], - ).box.height(160.w).make().expand(), + ).box.make().expand(), ], ), );