From ce4d09cc414690fcabc5802c2ebeab7f074e9921 Mon Sep 17 00:00:00 2001 From: snflyer <277460407+snflyer@users.noreply.github.com> Date: Sun, 14 Jun 2026 02:01:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20Chunk=20=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E6=8A=BD=E5=B1=89=E6=97=A0=E6=B3=95=E6=BB=9A=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/admin/AdminDocumentDetailView.vue | 202 +++++++++--------- 1 file changed, 105 insertions(+), 97 deletions(-) diff --git a/vue/src/views/admin/AdminDocumentDetailView.vue b/vue/src/views/admin/AdminDocumentDetailView.vue index 82146e4..44e53b3 100644 --- a/vue/src/views/admin/AdminDocumentDetailView.vue +++ b/vue/src/views/admin/AdminDocumentDetailView.vue @@ -116,113 +116,115 @@ -
正在加载 chunk 详情...
-
当前没有可展示的 chunk 详情。
- + @@ -3556,6 +3558,12 @@ onBeforeUnmount(() => { width: min(720px, 100vw); } +.chunk-detail-body { + min-height: 0; + overflow-y: auto; + padding-right: 6px; +} + .chunk-detail-section { margin-top: 18px; padding: 16px;