1.修复项目管理页面侧栏收起图标显示问题 2.优化1-n模式章节展开和章节内容生成逻辑和提示词结构 3.更新登录成功公告页面UI样式适配当前主题风格

This commit is contained in:
xiamuceer
2025-12-12 13:45:27 +08:00
parent c7bc5190c4
commit 86b73e85fb
10 changed files with 268 additions and 156 deletions
+2 -2
View File
@@ -347,7 +347,7 @@ export default function ProjectList() {
padding: `${topPadding}px ${sidePadding}px 0`,
}}>
<div style={{
maxWidth: 1400,
maxWidth: 1800,
margin: '0 auto'
}}>
{/* 现代化头部区域 */}
@@ -822,7 +822,7 @@ export default function ProjectList() {
padding: `${isMobile ? 16 : 24}px ${sidePadding}px`,
paddingBottom: footerHeight + (isMobile ? 24 : 32),
}}>
<div style={{ maxWidth: 1400, margin: '0 auto' }}>
<div style={{ maxWidth: 1800, margin: '0 auto' }}>
<Spin spinning={loading}>
{!Array.isArray(projects) || projects.length === 0 ? (
<Card