From 0185843c624cd74abda2e00c023ed8d34fee815e Mon Sep 17 00:00:00 2001 From: sky121113 Date: Mon, 2 Feb 2026 17:29:58 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=84=AA=E5=8C=96=E8=A6=8F=E6=A0=BC?= =?UTF-8?q?=20Tooltip=20=E6=94=AF=E6=8F=B4=E5=A4=9A=E8=A1=8C=E6=8F=9B?= =?UTF-8?q?=E8=A1=8C=E9=A1=AF=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/js/Components/Product/ProductTable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/Components/Product/ProductTable.tsx b/resources/js/Components/Product/ProductTable.tsx index 0539812..a5b6e9b 100644 --- a/resources/js/Components/Product/ProductTable.tsx +++ b/resources/js/Components/Product/ProductTable.tsx @@ -142,7 +142,7 @@ export default function ProductTable({ {product.specification && ( -

{product.specification}

+

{product.specification}

)}