From d1de15b9da6124af3c8f547b40adb318e223143d Mon Sep 17 00:00:00 2001 From: yinbangzhong <zhongbangyin@126.com> Date: 星期二, 06 八月 2024 15:11:25 +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