diff --git a/src/styles/dataSet.scss b/src/styles/dataSet.scss
index 34aa56d21acab45214e8cc917b86f7758ebf2722..82bc77e70945a737a9bd088d815051f31c016c7e 100644
--- a/src/styles/dataSet.scss
+++ b/src/styles/dataSet.scss
@@ -15,7 +15,7 @@
overflow: hidden;
background-color: var(--o-bg-color-base);
border-color: var(--o-bg-color-base);
- border-radius: var(--o-border-radius);
+ border-radius: 8px;
box-shadow: var(--o-task-box-shadow);
.o-export-notify__head {
diff --git a/src/styles/dataSetDialog.scss b/src/styles/dataSetDialog.scss
index b510f5d434cc31c60bea424ffc64466bcd81b442..816e99ee1a4d68b4868d485c20f2d7e7dbf88c59 100644
--- a/src/styles/dataSetDialog.scss
+++ b/src/styles/dataSetDialog.scss
@@ -79,6 +79,11 @@
margin-left: 8px;
color: #8d98aa;
}
+ .datasetLlmType{
+ .el-input__wrapper{
+ padding-left: 44px !important;
+ }
+ }
}
.el-form-item__content{
diff --git a/src/styles/knowledgeFileSection.scss b/src/styles/knowledgeFileSection.scss
index eeb74f86acdca47e0ce4f2a732f128fe2720054f..4db58fcd5ea9367ab19cc784e99e2a525008b5b6 100644
--- a/src/styles/knowledgeFileSection.scss
+++ b/src/styles/knowledgeFileSection.scss
@@ -260,14 +260,12 @@
}
.kf-selection {
- width: 46px !important;
border-top: 1px solid var(--o-border-color-base);
border-left: 1px solid var(--o-border-color-base);
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
.cell {
- width: 46px !important;
position: absolute !important;
top: 13px !important;
padding-left: 18px;
diff --git a/src/styles/knowledgeLibrary.scss b/src/styles/knowledgeLibrary.scss
index 7dc17548977dc0b0c1ced19c4c06d47698a1df3e..66374ccde47bddecfb981d10583a46dd15f15574 100644
--- a/src/styles/knowledgeLibrary.scss
+++ b/src/styles/knowledgeLibrary.scss
@@ -417,7 +417,7 @@
overflow: hidden;
background-color: var(--o-bg-color-base);
border-color: var(--o-bg-color-base);
- border-radius: var(--o-border-radius);
+ border-radius: 8px;
box-shadow: var(--o-task-box-shadow);
.o-export-notify__head {
diff --git a/src/views/dataSet/index.vue b/src/views/dataSet/index.vue
index de72623da85515184fe6db6026bc493d3c531af8..6cb85212313eb2b14dec510825982949992cea92 100644
--- a/src/views/dataSet/index.vue
+++ b/src/views/dataSet/index.vue
@@ -190,6 +190,12 @@
@selection-change="handleSelectionChange"
ref="multipleTable"
:border="false">
+
+
+
+
+
+
diff --git a/src/views/knowledgeFile/dataSetDialog.vue b/src/views/knowledgeFile/dataSetDialog.vue
index 0d166fdf587b59461c9954f05bb22ad81cf6b21a..2d6500c31ddb6c40dbbd6c112e3ad32495ef4f42 100644
--- a/src/views/knowledgeFile/dataSetDialog.vue
+++ b/src/views/knowledgeFile/dataSetDialog.vue
@@ -46,19 +46,24 @@
1~512
-
-
-
-
- {{ label }}
-
+
+
+
+
-
+
{{ item.llmName }}
@@ -168,7 +173,9 @@ watch(
immediate: true,
}
);
-
+const currentLlmOption = computed(() =>
+ llmList.value.find(item => item.llmId === ruleForm.value.llmId)
+);
const handleResetDataSet = () => {
ruleForm.value = {
datasetName: '',
diff --git a/src/views/knowledgeFile/index.vue b/src/views/knowledgeFile/index.vue
index 22440358e3e5d5d03457afd5f3fe7ca7f96bf5b0..50031510fc47b6c8242c6be47667531273b5801b 100644
--- a/src/views/knowledgeFile/index.vue
+++ b/src/views/knowledgeFile/index.vue
@@ -92,6 +92,12 @@
@sort-change="handleSortChange"
ref="multipleTable"
:border="true">
+
+
+
+ width="40" />