mod: 视频详情页样式

This commit is contained in:
guozhigq
2023-10-21 21:50:38 +08:00
parent b71558173e
commit f30fb7a71c
3 changed files with 10 additions and 9 deletions

View File

@ -248,8 +248,8 @@ class _VideoInfoState extends State<VideoInfo> with TickerProviderStateMixin {
? widget.videoDetail!.title
: videoItem['title'],
style: const TextStyle(
fontSize: 16,
fontWeight: FontWeight.w500,
fontSize: 17,
fontWeight: FontWeight.bold,
),
maxLines: 2,
overflow: TextOverflow.ellipsis,