소스 검색

style: 修改英文断行的问题

余尚辉 9 달 전
부모
커밋
de42ae7ce1
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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;