From f2ab9e425208307ba622ab9a6491f9816096ffa5 Mon Sep 17 00:00:00 2001
From: root
Date: Fri, 27 Feb 2026 17:09:23 +0000
Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AE=9E=E6=97=B6=E6=88=90=E4=BA=A4?=
=?UTF-8?q?=E8=A1=A8=E6=A0=BC=E5=BA=95=E9=83=A8=E7=99=BD=E8=BE=B9(flex-1+b?=
=?UTF-8?q?g-white=E5=A1=AB=E6=BB=A1=E5=AE=B9=E5=99=A8)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
frontend/app/trades/page.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/frontend/app/trades/page.tsx b/frontend/app/trades/page.tsx
index da4be42..5cd6cec 100644
--- a/frontend/app/trades/page.tsx
+++ b/frontend/app/trades/page.tsx
@@ -100,7 +100,7 @@ function LiveTrades({ symbol }: { symbol: Symbol }) {
{/* 桌面端固定高度内滚,手机端展开不嵌套滚动 */}
-
+
{loading ? (
加载中...
) : (