From 3edc68471b90978c820c44fd1ca14d33f33a740f Mon Sep 17 00:00:00 2001 From: shaohuzhang1 <80892890+shaohuzhang1@users.noreply.github.com> Date: Tue, 5 Aug 2025 11:21:40 +0800 Subject: [PATCH] fix: There may be misalignment when extracting Excel spreadsheets using applications (#3809) --- ui/src/views/chat/pc/index.vue | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/ui/src/views/chat/pc/index.vue b/ui/src/views/chat/pc/index.vue index 34f6e3c28..91ac862cb 100644 --- a/ui/src/views/chat/pc/index.vue +++ b/ui/src/views/chat/pc/index.vue @@ -104,9 +104,12 @@
-
+

{{ currentChatName }} @@ -160,12 +163,7 @@

-
+

{{ rightPanelTitle }}

  @@ -577,7 +575,13 @@ function closeExecutionDetail() { max-width: 80%; margin: 0 auto; } - +.chat-pc__right { + width: calc(100vw - 280px); + --execution-detail-panel-width: 400px; + .execution-detail-panel { + width: var(--execution-detail-panel-width, 400px); + } +} @media only screen and (max-width: 1000px) { .chat-width { max-width: 100% !important;