Skip to content

Commit 3d2dfae

Browse files
committed
feat: add chat log step detail
1 parent 0ff44b4 commit 3d2dfae

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

frontend/src/views/chat/execution-component/LogCustomPrompt.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ const title = computed(() => {
4848
line-height: 20px;
4949
font-weight: 500;
5050
vertical-align: middle;
51+
white-space: pre-wrap;
52+
word-break: break-all;
5153
}
5254
.item-list {
5355
display: flex;
@@ -79,6 +81,7 @@ const title = computed(() => {
7981
font-size: 14px;
8082
vertical-align: middle;
8183
white-space: pre-wrap;
84+
word-break: break-all;
8285
}
8386
}
8487
}

frontend/src/views/chat/execution-component/LogGeneratePicture.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ const title = computed(() => {
4444
line-height: 20px;
4545
font-weight: 500;
4646
vertical-align: middle;
47+
white-space: pre-wrap;
48+
word-break: break-all;
4749
}
4850
.item-list {
4951
display: flex;

frontend/src/views/chat/execution-component/LogTerm.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ const title = computed(() => {
5353
line-height: 20px;
5454
font-weight: 500;
5555
vertical-align: middle;
56+
white-space: pre-wrap;
57+
word-break: break-all;
5658
}
5759
.item-list {
5860
display: flex;
@@ -83,6 +85,7 @@ const title = computed(() => {
8385
font-size: 14px;
8486
vertical-align: middle;
8587
white-space: pre-wrap;
88+
word-break: break-all;
8689
}
8790
}
8891
}

0 commit comments

Comments
 (0)