完成:项目开发

This commit is contained in:
2025-07-11 13:45:26 +08:00
parent a88377bf32
commit 6f3e634355
12 changed files with 510 additions and 64 deletions

View File

@@ -102,8 +102,8 @@ const List = () => {
}}>
<p className={'font-bold py-1'}>{item.title}</p>
<p className={'text-xs line-clamp-6'} style={{
width: '240px',
overflow: 'hidden',
width: item.image ? '240px' : '100%',
}}>
{item.comments || '暂无'}
</p>