From 265178c7299417c0f1b267481cf5ef532a956813 Mon Sep 17 00:00:00 2001
From: 13404089107 <puwei@sinata.cn>
Date: 星期一, 24 三月 2025 18:05:29 +0800
Subject: [PATCH] fix

---
 src/components/datascreen/CenterPanel.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/components/datascreen/CenterPanel.vue b/src/components/datascreen/CenterPanel.vue
index 86b9401..ecc7d6b 100644
--- a/src/components/datascreen/CenterPanel.vue
+++ b/src/components/datascreen/CenterPanel.vue
@@ -202,8 +202,10 @@
       }
 
       .table-content {
-        flex: 1;
+        // flex: 1;
+        height: 174px;
         display: flex;
+        overflow-y: auto;
         flex-direction: column;
         justify-content: space-between;
 

--
Gitblit v1.7.1