-
+
@@ -621,6 +621,7 @@ watch(
}
.dialog-card {
border: none;
+ border-radius: 8px;
}
}
diff --git a/ui/src/components/app-table/index.vue b/ui/src/components/app-table/index.vue
index ba8aa2021..ad7119076 100644
--- a/ui/src/components/app-table/index.vue
+++ b/ui/src/components/app-table/index.vue
@@ -15,7 +15,7 @@
取消
-
+
快速创建空白文档
@@ -111,5 +111,10 @@ onMounted(() => {
display: flex;
justify-content: flex-end;
}
+ .quich-button {
+ &:hover {
+ color: var(--el-button-text-color);
+ }
+ }
}
diff --git a/ui/src/components/back-button/index.vue b/ui/src/components/back-button/index.vue
index 336d369da..0a0ea69bb 100644
--- a/ui/src/components/back-button/index.vue
+++ b/ui/src/components/back-button/index.vue
@@ -1,6 +1,6 @@
-
+
@@ -28,8 +28,4 @@ function jump() {
}
-
+
diff --git a/ui/src/components/card-add/index.vue b/ui/src/components/card-add/index.vue
index 2edea748d..bdc5b41f7 100644
--- a/ui/src/components/card-add/index.vue
+++ b/ui/src/components/card-add/index.vue
@@ -24,7 +24,7 @@ defineProps({
font-size: 16px;
cursor: pointer;
min-height: var(--card-min-height);
- border: 1px dashed var(--el-color-primary);
+ border: 1px dashed var(--el-border-color);
background: #eff0f1;
border-radius: 8px;
@@ -38,6 +38,7 @@ defineProps({
&:hover {
color: var(--el-color-primary);
background: #ffffff;
+ border: 1px dashed var(--el-color-primary);
.add-icon {
background: #ffffff;
border-color: var(--el-color-primary);
diff --git a/ui/src/components/tags-input/index.vue b/ui/src/components/tags-input/index.vue
index 1c0d99e21..77a375535 100644
--- a/ui/src/components/tags-input/index.vue
+++ b/ui/src/components/tags-input/index.vue
@@ -100,6 +100,12 @@ function removeTag(index: number) {
min-height: 70px;
border: 1px solid var(--el-border-color);
border-radius: var(--el-border-radius-base);
+ &:hover {
+ border: 1px solid var(--el-color-primary);
+ }
+ &:focus-within {
+ border: 1px solid var(--el-color-primary);
+ }
:deep(.el-autocomplete) {
width: 100%;
}
diff --git a/ui/src/layout/components/top-bar/avatar/AboutDialog.vue b/ui/src/layout/components/top-bar/avatar/AboutDialog.vue
index 18571bcfc..b9c073a14 100644
--- a/ui/src/layout/components/top-bar/avatar/AboutDialog.vue
+++ b/ui/src/layout/components/top-bar/avatar/AboutDialog.vue
@@ -9,13 +9,13 @@
- -
+
-
授权数量:-
- -
+
-
过期时间:-
- -
+
-
版本:-
-
@@ -39,28 +39,38 @@ defineExpose({ open })
diff --git a/ui/src/views/application/CreateAndSetting.vue b/ui/src/views/application/CreateAndSetting.vue
index 0f76e6694..d1acfe29f 100644
--- a/ui/src/views/application/CreateAndSetting.vue
+++ b/ui/src/views/application/CreateAndSetting.vue
@@ -102,95 +102,100 @@
关联知识库
+
+
+
+ 参数设置
+
+
+
+
-
-
- 参数设置
-
-
+
关联的知识库展示在这里
-
+
- 问题优化
+ 问题优化
-
+
@@ -334,27 +339,16 @@ const {
} = route as any
const defaultPrompt = `已知信息:
-
{data}
-
回答要求:
-
- 请简洁和专业的来回答用户的问题。
-
- 如果你不知道答案,请回答“没有在知识库中查找到相关信息,建议咨询相关技术支持或参考官方文档进行操作”。
-
- 避免提及你是从已知信息中获得的知识。
-
- 请保证答案与已知信息中描述的一致。
-
- 请使用 Markdown 语法优化答案的格式。
-
- 已知信息中的图片、链接地址和脚本语言请直接返回。
-
- 请使用与问题相同的语言来回答。
-
问题:
-
{question}
`
const createModelRef = ref>()
diff --git a/ui/src/views/application/index.vue b/ui/src/views/application/index.vue
index 2aca347d3..58969cbc8 100644
--- a/ui/src/views/application/index.vue
+++ b/ui/src/views/application/index.vue
@@ -5,7 +5,7 @@
diff --git a/ui/src/views/chat/index.vue b/ui/src/views/chat/index.vue
index 6cc11f7a2..6dde80f90 100644
--- a/ui/src/views/chat/index.vue
+++ b/ui/src/views/chat/index.vue
@@ -55,6 +55,7 @@ onMounted(() => {
height: var(--app-header-height);
line-height: var(--app-header-height);
box-sizing: border-box;
+ border-bottom: 1px solid rgba(31, 35, 41, 0.15);
}
&__main {
padding-top: calc(var(--app-header-height) + 24px);
diff --git a/ui/src/views/dataset/CreateDataset.vue b/ui/src/views/dataset/CreateDataset.vue
index f4a3a1f80..c6570ea35 100644
--- a/ui/src/views/dataset/CreateDataset.vue
+++ b/ui/src/views/dataset/CreateDataset.vue
@@ -34,7 +34,7 @@