提交 4193fcde 编写于 作者: View Design's avatar View Design

Update Thread.vue

上级 28d79ea1
<template>
<ULink :to="`/search/${thread.c_id}`" class="flex flex-col group">
<div class="transition truncate group-hover:text-primary">{{ thread.title }}</div>
<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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册