Skip to content

Commit 5e3798d

Browse files
perf: newline style
1 parent b677f0d commit 5e3798d

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

ui/src/styles/app.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ ul {
6262
}
6363
pre {
6464
white-space: pre-wrap;
65+
word-break: break-all;
6566
}
6667

6768
/* 滚动条整体部分 */

ui/src/views/chat/pc/index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,7 @@ function closeExecutionDetail() {
627627
628628
.execution-details {
629629
padding: 16px;
630+
word-break: break-all;
630631
}
631632
}
632633
}

0 commit comments

Comments
 (0)