From a53981aea70d2247120954a96f9f462c6bad936b Mon Sep 17 00:00:00 2001
From: liudong <liudong>
Date: 星期一, 12 八月 2024 16:52:54 +0800
Subject: [PATCH] 修改智能体的bug问题

---
 src/views/dmx/knowledgeLib/test.vue |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/views/dmx/knowledgeLib/test.vue b/src/views/dmx/knowledgeLib/test.vue
index b340e87..4dae6dc 100644
--- a/src/views/dmx/knowledgeLib/test.vue
+++ b/src/views/dmx/knowledgeLib/test.vue
@@ -189,14 +189,13 @@
     display: flex;
     justify-content: space-between;
     height: 100%;
-    //background: #626aea;
     &-lf{
       width: 30%;
       height: 100%;
       //border: 1px solid var(--color-fill-3);
       background: var(--color-bg-2);
       border-radius: 10px;
-      overflow: hidden;
+      overflow: auto;
       &-top{
         width: 100%;
         height: 60px;

--
Gitblit v1.8.0