mod: 标题最大行数

This commit is contained in:
guozhigq
2024-09-29 12:00:38 +08:00
parent d3be42e76f
commit 7ba6cbbb66

View File

@ -322,7 +322,7 @@ class _VideoInfoState extends State<VideoInfo> with TickerProviderStateMixin {
expanded: Text(
widget.videoDetail!.title!,
softWrap: true,
maxLines: 4,
maxLines: 10,
style: const TextStyle(
fontSize: 18,
fontWeight: FontWeight.bold,