Skip to content

Commit 86b0944

Browse files
committed
style(bookmark_card): 调整进度指示器尺寸以优化视觉一致性
1 parent d1c9c80 commit 86b0944

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/ui/core/ui/bookmark_card.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@ class _BookmarkCardState extends State<BookmarkCard> {
232232
mainAxisSize: MainAxisSize.min,
233233
children: [
234234
SizedBox(
235-
width: 16,
236-
height: 16,
235+
width: 12,
236+
height: 12,
237237
child: CircularProgressIndicator(
238238
value: widget.bookmark.readProgress / 100.0,
239239
strokeWidth: 2,

0 commit comments

Comments
 (0)