From 515c480749afc5285f3d25e50ea6d5512b3a07a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=9D=B0?= Date: Fri, 14 Nov 2025 22:19:34 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/order_pages/orderDetail/index.module.scss | 4 ++++ src/order_pages/orderList/index.module.scss | 4 ++++ src/order_pages/orderList/index.tsx | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/order_pages/orderDetail/index.module.scss b/src/order_pages/orderDetail/index.module.scss index c5ec571..5f13806 100644 --- a/src/order_pages/orderDetail/index.module.scss +++ b/src/order_pages/orderDetail/index.module.scss @@ -24,6 +24,10 @@ padding: 20px; box-sizing: border-box; background-color: #fafafa; + + .titleClassName { + color: #000; + } } .gameInfoContainer { diff --git a/src/order_pages/orderList/index.module.scss b/src/order_pages/orderList/index.module.scss index 98099a5..1a4d4f0 100644 --- a/src/order_pages/orderList/index.module.scss +++ b/src/order_pages/orderList/index.module.scss @@ -16,6 +16,10 @@ width: 100%; box-sizing: border-box; + .titleClassName { + color: #000; + } + .list { height: 100%; width: 100%; diff --git a/src/order_pages/orderList/index.tsx b/src/order_pages/orderList/index.tsx index ba22c7e..ca6b15d 100644 --- a/src/order_pages/orderList/index.tsx +++ b/src/order_pages/orderList/index.tsx @@ -266,7 +266,7 @@ const OrderList = () => { style={{ paddingTop: `${totalHeight + 8}px` }} >