| | |
| | | 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) => { |
| | |
| | | width: 30%; |
| | | height: 100%; |
| | | //border: 1px solid #cccccc; |
| | | background: #ffffff; |
| | | //background: #ffffff; |
| | | border-radius: 10px; |
| | | overflow: hidden; |
| | | &-top{ |
| | |
| | | height: 100%; |
| | | //background: #626aea; |
| | | //border: 1px solid #cccccc; |
| | | background: #ffffff; |
| | | //background: #ffffff; |
| | | border-radius: 10px; |
| | | } |
| | | } |