bill 1 год назад
Родитель
Сommit
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;
       }
     }