社区话题 显示溢出修复

hmxc
小赖 4 years ago
parent ee3ae0531d
commit 5ff72035cd

@ -91,7 +91,6 @@ class TopicCommunityViewState extends State<TopicCommunityView>
.bold .bold
.overflow(TextOverflow.ellipsis) .overflow(TextOverflow.ellipsis)
.make(), .make(),
Spacer(),
(model?.content ?? '') (model?.content ?? '')
.text .text
.maxLines(1) .maxLines(1)
@ -116,7 +115,7 @@ class TopicCommunityViewState extends State<TopicCommunityView>
.make() .make()
].row(), ].row(),
], ],
).box.height(160.w).make().expand(), ).box.make().expand(),
], ],
), ),
); );

Loading…
Cancel
Save