From ada965001c31dae9abb1a6cbc55becfc9f4b6eaa Mon Sep 17 00:00:00 2001
From: liudong <liudong>
Date: 星期一, 05 八月 2024 11:10:12 +0800
Subject: [PATCH] 智能体管理的页面开发和功能开发

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

diff --git a/src/views/dmx/knowledgeLib/test.vue b/src/views/dmx/knowledgeLib/test.vue
index fbeab3e..b3994d8 100644
--- a/src/views/dmx/knowledgeLib/test.vue
+++ b/src/views/dmx/knowledgeLib/test.vue
@@ -66,8 +66,6 @@
 import { onMounted, onBeforeMount, reactive, ref, watch } from "vue";
 import { Message } from '@arco-design/web-vue';
 import { kbretrievalTest, queryModelList } from "@/api/kbList";
-// import { usePinia } from "../../../store";
-// const store = usePinia();
 // const props = defineProps(['kbId'])
 
 // watch(() => props.kbId, (newValue, oldValue) => {
@@ -179,7 +177,7 @@
       width: 30%;
       height: 100%;
       //border: 1px solid #cccccc;
-      background: #ffffff;
+      //background: #ffffff;
       border-radius: 10px;
       overflow: hidden;
       &-top{
@@ -226,7 +224,7 @@
       height: 100%;
       //background: #626aea;
       //border: 1px solid #cccccc;
-      background: #ffffff;
+      //background: #ffffff;
       border-radius: 10px;
     }
   }

--
Gitblit v1.8.0