mod: 样式修改、历史记录修改
This commit is contained in:
@ -78,8 +78,13 @@ Widget seasonPanel(UgcSeason ugcSeason, cid) {
|
||||
padding: const EdgeInsets.fromLTRB(10, 10, 10, 10),
|
||||
child: Row(
|
||||
children: [
|
||||
Text('合集:${ugcSeason.title!}'),
|
||||
const Spacer(),
|
||||
Expanded(
|
||||
child: Text(
|
||||
'合集:${ugcSeason.title!}',
|
||||
overflow: TextOverflow.ellipsis,
|
||||
),
|
||||
),
|
||||
const SizedBox(width: 15),
|
||||
Text(
|
||||
'${currentIndex + 1} / ${ugcSeason.epCount}',
|
||||
style: Theme.of(context).textTheme.labelSmall,
|
||||
|
Reference in New Issue
Block a user