Browse Source

style: 修改英文断行的问题

余尚辉 2 months ago
parent
commit
de42ae7ce1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/components/Chat/ChatText.vue

+ 2 - 0
src/components/Chat/ChatText.vue

@@ -66,6 +66,8 @@ const text = computed(() => {
 }
 
 .markdown-body {
+  word-break: break-word;
+
   .custom-table-wrapper {
     width: 710px;
     padding: 10px 10px 4px 10px;