From 7dcdb57bfcf5a4c600bff3a19c61f79128eb4df0 Mon Sep 17 00:00:00 2001 From: 2-2-3-trimethylpentane <3530309889@qq.com> Date: Sun, 12 Jul 2026 13:27:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E7=A7=BB=E5=8A=A8?= =?UTF-8?q?=E7=AB=AF/=E7=AA=84=E5=B1=8F=E8=A7=86=E5=9B=BE=E4=B8=8B?= =?UTF-8?q?=E7=9A=84=E5=93=8D=E5=BA=94=E5=BC=8F=E6=8E=92=E7=89=88=E5=8F=8A?= =?UTF-8?q?=E9=A2=84=E8=A7=88=E7=95=99=E7=99=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/home/UafTransferDialog.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/home/UafTransferDialog.vue b/src/components/home/UafTransferDialog.vue index b7c5abd..10653fd 100644 --- a/src/components/home/UafTransferDialog.vue +++ b/src/components/home/UafTransferDialog.vue @@ -753,7 +753,13 @@ function displayDate(date) { } .export-layout.mobile.show-preview .preview-section { - display: block; + display: flex; + flex-direction: column; + flex: 1 1 auto; +} + +.export-layout.mobile.show-preview .preview-placeholder { + max-height: none; } .export-layout.mobile:not(.show-preview) .editor-section {