bill 1 년 전
부모
커밋
14493a2e27
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/components/list/index.vue

+ 1 - 0
src/components/list/index.vue

@@ -61,6 +61,7 @@ defineEmits<{ (e: 'changeSelect', item: Item): void }>()
       border-bottom: 1px solid rgba(255,255,255,0.16);
       
       p {
+        word-break: keep-all;
         line-height: 1.5em;
       }
     }