diff --git a/src/components/layout/index.tsx b/src/components/layout/index.tsx index 2c29cb9..698ddf1 100644 --- a/src/components/layout/index.tsx +++ b/src/components/layout/index.tsx @@ -2,7 +2,7 @@ import type { PageLayoutProps } from '@/types' function PageLayout({ children, - contentClassName = 'mx-auto flex min-h-screen w-full max-w-[1180px] flex-col px-4 pb-8 sm:px-6 lg:px-8', + contentClassName = 'mx-auto flex min-h-screen w-full max-w-[1220px] flex-col px-4 pb-8 sm:px-6 lg:px-8', }: PageLayoutProps) { return (
diff --git a/src/features/goods/GoodsCategoryList.tsx b/src/features/goods/GoodsCategoryList.tsx index 2526bb2..be20c67 100644 --- a/src/features/goods/GoodsCategoryList.tsx +++ b/src/features/goods/GoodsCategoryList.tsx @@ -27,7 +27,7 @@ function GoodsImage({ const showFallback = !imageUrl || hasError return ( -
+
{showFallback ? (
@@ -39,7 +39,7 @@ function GoodsImage({ setHasError(true)} /> ) : null} @@ -82,11 +82,11 @@ export function GoodsCategoryList({
) : null}
-
+
{Array.from({length: 4}).map((_, index) => (
@@ -144,19 +144,19 @@ export function GoodsCategoryList({ ) : null}
-
+
{category.items.map((product) => (
-
{product.title}
-
{product.subtitle}
+
{product.title}
+
{product.subtitle}
{product.scoreValue} {t('common.points')}
-
+