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;