完成:项目开发
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user