mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 10:12:51 +00:00
Merge branch 'main' of github.com:maxkb-dev/maxkb
This commit is contained in:
commit
2008758cc7
|
|
@ -18,7 +18,7 @@
|
|||
<el-form-item label="引用分段">
|
||||
<template v-for="(item, index) in detail.paragraph_list" :key="index">
|
||||
<CardBox
|
||||
shadow="hover"
|
||||
shadow="none"
|
||||
:title="item.title || '-'"
|
||||
:description="item.content"
|
||||
class="paragraph-source-card cursor mb-8"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div class="breadcrumb ml-8 mt-4 mb-12 flex">
|
||||
<div class="breadcrumb ml-4 mt-4 mb-12 flex">
|
||||
<back-button :to="activeMenu" class="mt-4"></back-button>
|
||||
<el-dropdown
|
||||
placement="top"
|
||||
|
|
@ -181,7 +181,7 @@ onMounted(() => {
|
|||
}
|
||||
.breadcrumb {
|
||||
.breadcrumb-hover {
|
||||
padding: 4px 4px 4px 0;
|
||||
padding: 4px;
|
||||
border-radius: 4px;
|
||||
&:hover {
|
||||
background: var(--el-color-primary-light-9);
|
||||
|
|
|
|||
|
|
@ -152,7 +152,7 @@ function getDataset(resolve: any) {
|
|||
}
|
||||
|
||||
const open = (data: any) => {
|
||||
form.value.chat_id = data.chat
|
||||
form.value.chat_id = data.chat_id
|
||||
form.value.record_id = data.id
|
||||
form.value.problem_text = data.problem_text
|
||||
form.value.content = data.answer_text
|
||||
|
|
|
|||
Loading…
Reference in New Issue