Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-09-05 20:55:52 +08:00
parent 224bd88473
commit 5bf09b98f4
15 changed files with 401 additions and 340 deletions

View File

@@ -36,11 +36,7 @@ class FavFolderItem extends StatelessWidget {
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
const SizedBox(height: 12),
Container(
width: 180,
height: 110,
margin: const EdgeInsets.only(bottom: 8),
DecoratedBox(
decoration: BoxDecoration(
borderRadius: const BorderRadius.all(Radius.circular(12)),
boxShadow: [
@@ -58,11 +54,12 @@ class FavFolderItem extends StatelessWidget {
tag: heroTag,
child: NetworkImgLayer(
src: item.cover,
width: 176,
width: 180,
height: 110,
),
),
),
const SizedBox(height: 8),
Text(
' ${item.title}',
overflow: TextOverflow.fade,