提交 6286f99a 编写于 作者: View Design's avatar View Design

Update Thread.vue

上级 1728573b
<template>
<ULink :to="`/search/${thread.c_id}`" class="flex flex-col group">
<div class="transition group-hover:text-primary">{{ thread.title }}</div>
<div class="break-word text-balance line-clamp-2 font-sans text-base" :class="textColor">
{{ thread.description || ' 待补充' }}
<div class="break-word text-balance line-clamp-2 font-sans text-sm" :class="textColor">
{{ thread.description || '待补充' }}
</div>
</ULink>
<div class="flex justify-between items-center">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册