Skip to content

修复 Chunk 详情抽屉无法滚动#3

Open
snflyer wants to merge 1 commit into
java-up-up:masterfrom
snflyer:fix/chunk-detail-drawer-scroll
Open

修复 Chunk 详情抽屉无法滚动#3
snflyer wants to merge 1 commit into
java-up-up:masterfrom
snflyer:fix/chunk-detail-drawer-scroll

Conversation

@snflyer

@snflyer snflyer commented Jun 13, 2026

Copy link
Copy Markdown

问题

在文档管理页点击“查看父块上下文”打开 Chunk 详情 抽屉后,当内容高度超过视口时,抽屉内部无法滚动,导致下方的父块上下文和同父子块列表无法完整查看。

原因

Chunk 详情 抽屉复用了固定定位的 log-drawer 布局,但内容区域没有独立的纵向滚动容器。

修复

Chunk 详情 抽屉增加独立的 .chunk-detail-body 内容区,并设置纵向滚动;抽屉 header 和关闭按钮保留在滚动区外,保持可见。

验证

  • 已在浏览器中验证抽屉内容可正常滚动
  • 已执行 npm run build --prefix vue,构建通

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant