From 584e9218b5c506ddaaae7425074fa3b8c38dcc37 Mon Sep 17 00:00:00 2001 From: yarnom Date: Thu, 6 Nov 2025 18:08:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/frontend/bigscreen/src/app/app.component.html | 8 +++++++- core/frontend/bigscreen/src/styles.css | 7 +++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/core/frontend/bigscreen/src/app/app.component.html b/core/frontend/bigscreen/src/app/app.component.html index 8ef7f9b..93e2878 100644 --- a/core/frontend/bigscreen/src/app/app.component.html +++ b/core/frontend/bigscreen/src/app/app.component.html @@ -89,7 +89,13 @@
- +
+ +
diff --git a/core/frontend/bigscreen/src/styles.css b/core/frontend/bigscreen/src/styles.css index 85018d0..b7bbf81 100644 --- a/core/frontend/bigscreen/src/styles.css +++ b/core/frontend/bigscreen/src/styles.css @@ -281,6 +281,13 @@ body.alert-mode-red::before { overflow: hidden; } +.table-scroll { + flex: 1; + min-height: 0; + overflow-y: auto; + overflow-x: auto; +} + .loading-overlay { position: fixed; inset: 0;