mod: 标题最大行数
This commit is contained in:
@ -324,7 +324,7 @@ class _VideoInfoState extends State<VideoInfo> with TickerProviderStateMixin {
|
|||||||
expanded: Text(
|
expanded: Text(
|
||||||
widget.videoDetail!.title!,
|
widget.videoDetail!.title!,
|
||||||
softWrap: true,
|
softWrap: true,
|
||||||
maxLines: 4,
|
maxLines: 10,
|
||||||
style: const TextStyle(
|
style: const TextStyle(
|
||||||
fontSize: 18,
|
fontSize: 18,
|
||||||
fontWeight: FontWeight.bold,
|
fontWeight: FontWeight.bold,
|
||||||
|
Reference in New Issue
Block a user