Skip to content

Commit 85fe938

Browse files
authored
fix: 修复关于页面布局异常问题 (#446)
1 parent 9b55997 commit 85fe938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/pro-list-item/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const hasDescription = computed(() => {
3030
</div>
3131

3232
<div
33-
class="text-xs [&_a]:(active:text-color-primary-7 hover:text-color-primary-5 text-color-3) text-color-3"
33+
class="break-all text-xs [&_a]:(active:text-color-primary-7 hover:text-color-primary-5 text-color-3) text-color-3"
3434
:class="{ 'mt-2': hasDescription }"
3535
>
3636
<slot name="description">

0 commit comments

Comments
 (0)