diff --git a/ui/src/views/chat/pc/index.vue b/ui/src/views/chat/pc/index.vue
index ed81b7ec8..e4a8ac9eb 100644
--- a/ui/src/views/chat/pc/index.vue
+++ b/ui/src/views/chat/pc/index.vue
@@ -19,8 +19,17 @@
),
}"
>
-
-
+
+
+
+ {{ $t('chat.title') }}
-
-
-
-
-
-
-
-
-
+
+
+
+
{{ currentChatName }}
@@ -147,70 +140,78 @@
-
-
-
-
-
{{ rightPanelTitle }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
+
+
+
{{ rightPanelTitle }}
+
+
+
+
-
-
+
+
>()
@@ -534,30 +538,12 @@ function closeExecutionDetail() {
overflow: hidden;
background: #eef1f4;
- &__left {
- position: relative;
- z-index: 1;
-
- .pc-collapse {
- position: absolute;
- top: 20px;
- right: -13px;
- box-shadow: 0px 5px 10px 0px var(--app-text-color-light-1);
- z-index: 1;
- width: 24px;
- height: 24px;
- }
- }
-
- &__right {
- flex: 1;
- overflow: hidden;
+ .chat-background {
position: relative;
box-sizing: border-box;
- display: flex;
.right-height {
- height: calc(100vh - 60px);
+ height: calc(100vh - var(--app-header-height) - 120px);
}
:deep(.execution-detail-panel) {
@@ -584,13 +570,8 @@ function closeExecutionDetail() {
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);
- }
+.execution-detail-panel {
+ width: var(--execution-detail-panel-width, 400px);
}
@media only screen and (max-width: 1000px) {