优化资源样式

This commit is contained in:
2025-04-26 21:11:17 +08:00
parent aa33643982
commit c548add86e

View File

@@ -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>