mod: 标题最大行数

This commit is contained in:
guozhigq
2024-09-29 12:00:38 +08:00
parent 301679d37e
commit 400b87395a

View File

@ -324,7 +324,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,