mod: 页面样式调整&组件拆分

This commit is contained in:
guozhigq
2023-06-26 12:25:19 +08:00
parent 1ce12f9f28
commit 532ad52c17
14 changed files with 590 additions and 560 deletions

View File

@ -120,10 +120,9 @@ class VideoContent extends StatelessWidget {
videoItem.title,
textAlign: TextAlign.start,
style: const TextStyle(
// fontSize:
// Theme.of(context).textTheme.titleSmall!.fontSize,
fontSize: 13,
fontWeight: FontWeight.w500),
// fontSize: Theme.of(context).textTheme.titleSmall!.fontSize,
fontSize: 13,
),
maxLines: Get.find<HomeController>().crossAxisCount,
overflow: TextOverflow.ellipsis,
),