优化资源样式
This commit is contained in:
@@ -19,15 +19,17 @@ export default function Resources() {
|
|||||||
<Card className="w-full md:w-92 lg:w-100 md:rounded-xl rounded-none duration-300">
|
<Card className="w-full md:w-92 lg:w-100 md:rounded-xl rounded-none duration-300">
|
||||||
<CardContent>
|
<CardContent>
|
||||||
<div className="flex gap-6">
|
<div className="flex gap-6">
|
||||||
<Image
|
<div>
|
||||||
src={''}
|
<Image
|
||||||
alt="资源图片"
|
src={''}
|
||||||
width={100}
|
alt="资源图片"
|
||||||
height={100}
|
width={100}
|
||||||
className="rounded-md shadow"
|
height={100}
|
||||||
priority
|
className="rounded-md shadow"
|
||||||
quality={100}
|
priority
|
||||||
/>
|
quality={100}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
<div className="flex-1 overflow-x-hidden">
|
<div className="flex-1 overflow-x-hidden">
|
||||||
<div className="font-bold text-2xl">Title 666 66 666 66 </div>
|
<div className="font-bold text-2xl">Title 666 66 666 66 </div>
|
||||||
<div className="font-medium text-sm text-zinc-400">你好这是一段随机文本,你好这是一段随机文本,你好这是一段随机文本,</div>
|
<div className="font-medium text-sm text-zinc-400">你好这是一段随机文本,你好这是一段随机文本,你好这是一段随机文本,</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user