liudong
2024-08-05 ada965001c31dae9abb1a6cbc55becfc9f4b6eaa
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;
    }
  }