From 1c840420b3131fa1708aec09b1a214c8aa887045 Mon Sep 17 00:00:00 2001 From: Thanakarn Klangkasame <77600906+Simulationable@users.noreply.github.com> Date: Wed, 8 Oct 2025 13:28:53 +0700 Subject: [PATCH] Fix Layout --- src/app/(protected)/orders/page.tsx | 4 ++-- src/app/(public)/layout.tsx | 2 +- src/app/layout.tsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/(protected)/orders/page.tsx b/src/app/(protected)/orders/page.tsx index af8e1ce..c70126a 100644 --- a/src/app/(protected)/orders/page.tsx +++ b/src/app/(protected)/orders/page.tsx @@ -905,7 +905,7 @@ export default function OrdersPage() { }, [visibleCols]); return ( -
+
{/* ส่วนหัว */}
@@ -998,7 +998,7 @@ export default function OrdersPage() { {/* ตาราง (2 ชั้น) — ไม่ fix size: ใช้ table-auto, ให้คอนเทนต์กำหนดความกว้าง, บรรทัดเดียวทุกเซลล์ */}
-
+
{/* ชั้นบน: กลุ่มหัวข้อ (ไทย) */} diff --git a/src/app/(public)/layout.tsx b/src/app/(public)/layout.tsx index 49de0e0..4b7b94c 100644 --- a/src/app/(public)/layout.tsx +++ b/src/app/(public)/layout.tsx @@ -1,3 +1,3 @@ -export default function PublicLayout({ children }: { children: React.ReactNode }) { +export default function PublicLayout({children}: { children: React.ReactNode }) { return
{children}
; } diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f7fa87e..7f5dcb9 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -25,7 +25,7 @@ export default function RootLayout({ return ( {children}