|
@@ -153,9 +153,9 @@ const Tabs: FC<Props> = (props) => {
|
|
|
return (
|
|
|
<>
|
|
|
<Box pt={false}>
|
|
|
- <Swiper slidesPerView={3.5} centeredSlidesBounds>
|
|
|
+ <Swiper slidesPerView={"auto"} centeredSlidesBounds>
|
|
|
{tabData?.map((group, index) => (
|
|
|
- <SwiperSlide key={index} className={"pt-[0.1389rem]"}>
|
|
|
+ <SwiperSlide key={index} className={"max-w-fit pt-[0.1389rem]"}>
|
|
|
<TabItem
|
|
|
item={group as TabItemType}
|
|
|
active={index === active}
|