diff --git a/front/src/views/home/components/searchResultList.vue b/front/src/views/home/components/searchResultList.vue index 8444e1a0..10ad838f 100644 --- a/front/src/views/home/components/searchResultList.vue +++ b/front/src/views/home/components/searchResultList.vue @@ -1084,5 +1084,6 @@ text-overflow: ellipsis; /*超出显示为省略号*/ -webkit-box-orient: vertical; + word-break: break-all; }