Ver código fonte

style: 修改英文断行的问题

余尚辉 2 meses atrás
pai
commit
de42ae7ce1
1 arquivos alterados com 2 adições e 0 exclusões
  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;