From 2d41342b8d76c56d11f8024d1778a6d9d340278a Mon Sep 17 00:00:00 2001
From: liudong <liudong>
Date: 星期一, 05 八月 2024 18:55:26 +0800
Subject: [PATCH] 智能体管理的测试助手页面的bug修改
---
src/views/dmx/knowledgeLib/test.vue | 10 ++++------
1 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/src/views/dmx/knowledgeLib/test.vue b/src/views/dmx/knowledgeLib/test.vue
index fbeab3e..1064d95 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) => {
@@ -178,8 +176,8 @@
&-lf{
width: 30%;
height: 100%;
- //border: 1px solid #cccccc;
- background: #ffffff;
+ //border: 1px solid var(--color-fill-3);
+ background: var(--color-bg-2);
border-radius: 10px;
overflow: hidden;
&-top{
@@ -225,8 +223,8 @@
width: 69%;
height: 100%;
//background: #626aea;
- //border: 1px solid #cccccc;
- background: #ffffff;
+ //border: 1px solid var(--color-fill-3);
+ background: var(--color-bg-2);
border-radius: 10px;
}
}
--
Gitblit v1.8.0