mod: 修改样式

This commit is contained in:
guozhigq
2023-07-13 14:16:55 +08:00
parent 0cbf777220
commit 180ba11089
6 changed files with 71 additions and 53 deletions

View File

@ -94,7 +94,7 @@ Widget videoSeasonWidget(item, context, type, {floor = 1}) {
clipBehavior: Clip.hardEdge,
decoration: BoxDecoration(
gradient: const LinearGradient(
begin: Alignment.topCenter,
begin: Alignment.center,
end: Alignment.bottomCenter,
colors: <Color>[
Colors.transparent,
@ -115,7 +115,9 @@ Widget videoSeasonWidget(item, context, type, {floor = 1}) {
color: Colors.white),
child: Row(
children: [
Text(content.durationText ?? ''),
pBadge(content.durationText ?? '', context, null,
null, 0, 0,
type: 'gray'),
if (content.durationText != null)
const SizedBox(width: 10),
Text(content.stat.play + '次围观'),