From 64ee5a371f18d90f0007be205d3ffa14b8d0127f Mon Sep 17 00:00:00 2001 From: wangdl Date: Thu, 28 May 2026 20:46:30 +0800 Subject: [PATCH] =?UTF-8?q?fix(ios):=20=E4=BF=AE=E5=A4=8D=20if/else=20?= =?UTF-8?q?=E4=B8=8E=20VStack=20=E9=97=AD=E5=90=88=E6=8B=AC=E5=8F=B7?= =?UTF-8?q?=E9=94=99=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 --- AIStudyApp/AIStudyApp/Features/Library/LibrarySubpages.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AIStudyApp/AIStudyApp/Features/Library/LibrarySubpages.swift b/AIStudyApp/AIStudyApp/Features/Library/LibrarySubpages.swift index 3ab5bb0..671f5e0 100644 --- a/AIStudyApp/AIStudyApp/Features/Library/LibrarySubpages.swift +++ b/AIStudyApp/AIStudyApp/Features/Library/LibrarySubpages.swift @@ -189,7 +189,7 @@ struct LibraryDetailPage: View { if viewModel.hasMore { ZXLoadMoreFooter { await viewModel.loadMore(knowledgeBaseId: knowledgeBaseId) } } - }.padding(.horizontal, 20).padding(.bottom, 80) + } } else { // 资料来源 Tab if isLoadingSources {