mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: 动态内容长度调整
This commit is contained in:
@@ -193,7 +193,7 @@ class _ContentState extends State<Content> {
|
||||
/// fix 默认20px高度
|
||||
style: const TextStyle(height: 0),
|
||||
richNode(widget.item, context),
|
||||
// maxLines: widget.source == 'detail' ? 999 : 3,
|
||||
maxLines: 999,
|
||||
overflow: TextOverflow.ellipsis,
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user