mod: 增加骨架屏

This commit is contained in:
guozhigq
2023-04-22 00:22:36 +08:00
parent 572d2a4139
commit 2fd1cc422b
5 changed files with 130 additions and 70 deletions

View File

@ -49,15 +49,15 @@ class VideoCardVSkeleton extends StatelessWidget {
Container(
width: 200,
height: 13,
margin: const EdgeInsets.only(bottom: 5),
color: Theme.of(context).colorScheme.background,
),
const SizedBox(height: 5),
Container(
width: 150,
height: 13,
margin: const EdgeInsets.only(bottom: 12),
color: Theme.of(context).colorScheme.background,
),
const SizedBox(height: 12),
Container(
width: 80,
height: 13,