From bce2806ff494fee3f4681ae4a3b443364b3667b3 Mon Sep 17 00:00:00 2001 From: liudong <liudong> Date: 星期二, 06 八月 2024 18:06:45 +0800 Subject: [PATCH] 智能体配置页面修改 --- 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