mod: 样式

This commit is contained in:
guozhigq
2023-05-07 17:36:06 +08:00
parent f06960211d
commit a66bb08ca8
14 changed files with 509 additions and 260 deletions

View File

@ -59,7 +59,7 @@ class _VideoCardHSkeletonState extends State<VideoCardHSkeleton> {
.colorScheme
.onInverseSurface,
width: 200,
height: 13,
height: 11,
margin: const EdgeInsets.only(bottom: 5),
),
Container(

View File

@ -25,12 +25,6 @@ class VideoCardVSkeleton extends StatelessWidget {
decoration: BoxDecoration(
color: Theme.of(context).colorScheme.background,
borderRadius: BorderRadius.circular(6),
border: Border.all(
color: Theme.of(context)
.colorScheme
.outline
.withOpacity(0.1),
),
),
);
},

View File

@ -23,8 +23,8 @@ class VideoReplySkeleton extends StatelessWidget {
),
const SizedBox(width: 12),
Container(
width: 120,
height: 16,
width: 80,
height: 13,
color: bgColor,
)
],
@ -40,28 +40,28 @@ class VideoReplySkeleton extends StatelessWidget {
children: [
Container(
width: 300,
height: 16,
height: 14,
margin: const EdgeInsets.only(bottom: 4),
color: bgColor,
),
Container(
width: 180,
height: 16,
margin: const EdgeInsets.only(bottom: 6),
height: 14,
margin: const EdgeInsets.only(bottom: 10),
color: bgColor,
),
Row(
children: [
Container(
width: 60,
height: 16,
width: 40,
height: 14,
margin: const EdgeInsets.only(bottom: 4),
color: bgColor,
),
const Spacer(),
Container(
width: 60,
height: 16,
width: 40,
height: 14,
margin: const EdgeInsets.only(bottom: 4),
color: bgColor,
),