This commit is contained in:
parent
baaf5959eb
commit
7d272b7ec2
|
|
@ -69,14 +69,6 @@ export function CarouselDemo() {
|
||||||
<CarouselNext className="absolute right-2 top-1/2 -translate-y-1/2 z-10" />
|
<CarouselNext className="absolute right-2 top-1/2 -translate-y-1/2 z-10" />
|
||||||
</Carousel>
|
</Carousel>
|
||||||
|
|
||||||
{/* 要闻列表 - 右上角 */}
|
|
||||||
<div className="absolute top-0 right-0 w-1/3 h-full">
|
|
||||||
<Card className="h-full">
|
|
||||||
<CardContent className="h-full p-0">
|
|
||||||
<FireNewsList />
|
|
||||||
</CardContent>
|
|
||||||
</Card>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{/* 分页指示器 - 右下角 */}
|
{/* 分页指示器 - 右下角 */}
|
||||||
<div className="absolute bottom-4 right-4 flex gap-2 z-10">
|
<div className="absolute bottom-4 right-4 flex gap-2 z-10">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue