高度微调

This commit is contained in:
tangly1024.com
2024-11-04 16:51:37 +08:00
parent 596d8018b5
commit 2ccaf6b513

View File

@@ -77,7 +77,7 @@ const InertiaCarousel = ({ posts }) => {
return (
<div
ref={carouselRef}
className={`flex w-screen overflow-x-auto space-x-6 md:h-[85vh] ${
className={`flex w-screen overflow-x-auto space-x-6 ${
isDragging ? 'cursor-grabbing' : 'cursor-grab'
}`}
onMouseDown={startDrag}