diff --git a/ui/src/components/app-icon/icons/knowledge.ts b/ui/src/components/app-icon/icons/knowledge.ts
index 06848014e..205418dab 100644
--- a/ui/src/components/app-icon/icons/knowledge.ts
+++ b/ui/src/components/app-icon/icons/knowledge.ts
@@ -127,25 +127,4 @@ export default {
])
},
},
- 'app-add-circle-outlined': {
- iconReader: () => {
- return h('i', [
- h(
- 'svg',
- {
- style: { height: '100%', width: '100%' },
- viewBox: '0 0 1024 1024',
- version: '1.1',
- xmlns: 'http://www.w3.org/2000/svg',
- },
- [
- h('path', {
- d: 'M469.333333 469.333333V320a21.333333 21.333333 0 0 1 21.333334-21.333333h42.666666a21.333333 21.333333 0 0 1 21.333334 21.333333V469.333333h149.333333a21.333333 21.333333 0 0 1 21.333333 21.333334v42.666666a21.333333 21.333333 0 0 1-21.333333 21.333334H554.666667v149.333333a21.333333 21.333333 0 0 1-21.333334 21.333333h-42.666666a21.333333 21.333333 0 0 1-21.333334-21.333333V554.666667H320a21.333333 21.333333 0 0 1-21.333333-21.333334v-42.666666a21.333333 21.333333 0 0 1 21.333333-21.333334H469.333333z m42.666667 426.666667a384 384 0 1 0 0-768 384 384 0 0 0 0 768z m0 85.333333C252.8 981.333333 42.666667 771.2 42.666667 512S252.8 42.666667 512 42.666667s469.333333 210.133333 469.333333 469.333333-210.133333 469.333333-469.333333 469.333333z',
- fill: 'currentColor',
- }),
- ],
- ),
- ])
- },
- },
}
diff --git a/ui/src/components/app-icon/index.ts b/ui/src/components/app-icon/index.ts
index 9d723a764..f8887cc12 100644
--- a/ui/src/components/app-icon/index.ts
+++ b/ui/src/components/app-icon/index.ts
@@ -453,6 +453,48 @@ export const iconMap: any = {
])
},
},
+ 'app-add-outlined': {
+ iconReader: () => {
+ return h('i', [
+ h(
+ 'svg',
+ {
+ style: { height: '100%', width: '100%' },
+ viewBox: '0 0 1024 1024',
+ version: '1.1',
+ xmlns: 'http://www.w3.org/2000/svg',
+ },
+ [
+ h('path', {
+ d: 'M469.333333 469.333333V112.682667c0-9.514667 0.981333-12.970667 2.858667-16.426667a19.370667 19.370667 0 0 1 8.064-8.106667c3.456-1.834667 6.912-2.816 16.426667-2.816h30.634666c9.514667 0 12.970667 0.981333 16.426667 2.858667a19.370667 19.370667 0 0 1 8.106667 8.064c1.834667 3.456 2.816 6.912 2.816 16.426667V469.333333h356.650666c9.514667 0 12.970667 0.981333 16.426667 2.858667a19.370667 19.370667 0 0 1 8.106667 8.064c1.834667 3.456 2.816 6.912 2.816 16.426667v30.634666c0 9.514667-0.981333 12.970667-2.858667 16.426667a19.370667 19.370667 0 0 1-8.064 8.106667c-3.456 1.834667-6.912 2.816-16.426667 2.816H554.666667v356.650666c0 9.514667-0.981333 12.970667-2.858667 16.426667a19.370667 19.370667 0 0 1-8.064 8.106667c-3.456 1.834667-6.912 2.816-16.426667 2.816h-30.634666c-9.514667 0-12.970667-0.981333-16.426667-2.858667a19.370667 19.370667 0 0 1-8.106667-8.064c-1.834667-3.456-2.816-6.912-2.816-16.426667V554.666667H112.682667c-9.514667 0-12.970667-0.981333-16.426667-2.858667a19.370667 19.370667 0 0 1-8.106667-8.064C86.357333 540.288 85.333333 536.832 85.333333 527.36v-30.634667c0-9.514667 0.981333-12.970667 2.858667-16.426666a19.370667 19.370667 0 0 1 8.064-8.106667c3.456-1.834667 6.912-2.816 16.426667-2.816H469.333333z',
+ fill: 'currentColor',
+ }),
+ ],
+ ),
+ ])
+ },
+ },
+ 'app-add-circle-outlined': {
+ iconReader: () => {
+ return h('i', [
+ h(
+ 'svg',
+ {
+ style: { height: '100%', width: '100%' },
+ viewBox: '0 0 1024 1024',
+ version: '1.1',
+ xmlns: 'http://www.w3.org/2000/svg',
+ },
+ [
+ h('path', {
+ d: 'M469.333333 469.333333V320a21.333333 21.333333 0 0 1 21.333334-21.333333h42.666666a21.333333 21.333333 0 0 1 21.333334 21.333333V469.333333h149.333333a21.333333 21.333333 0 0 1 21.333333 21.333334v42.666666a21.333333 21.333333 0 0 1-21.333333 21.333334H554.666667v149.333333a21.333333 21.333333 0 0 1-21.333334 21.333333h-42.666666a21.333333 21.333333 0 0 1-21.333334-21.333333V554.666667H320a21.333333 21.333333 0 0 1-21.333333-21.333334v-42.666666a21.333333 21.333333 0 0 1 21.333333-21.333334H469.333333z m42.666667 426.666667a384 384 0 1 0 0-768 384 384 0 0 0 0 768z m0 85.333333C252.8 981.333333 42.666667 771.2 42.666667 512S252.8 42.666667 512 42.666667s469.333333 210.133333 469.333333 469.333333-210.133333 469.333333-469.333333 469.333333z',
+ fill: 'currentColor',
+ }),
+ ],
+ ),
+ ])
+ },
+ },
// 动态加载的图标
...dynamicIcons,
}
diff --git a/ui/src/components/app-table/index.vue b/ui/src/components/app-table/index.vue
index a92a352a5..eb82af3f1 100644
--- a/ui/src/components/app-table/index.vue
+++ b/ui/src/components/app-table/index.vue
@@ -24,7 +24,7 @@
-
+
{{ quickCreatePlaceholder }}
diff --git a/ui/src/components/dynamics-form/constructor/items/MultiSelectConstructor.vue b/ui/src/components/dynamics-form/constructor/items/MultiSelectConstructor.vue
index c581d0458..77fd661b2 100644
--- a/ui/src/components/dynamics-form/constructor/items/MultiSelectConstructor.vue
+++ b/ui/src/components/dynamics-form/constructor/items/MultiSelectConstructor.vue
@@ -57,9 +57,7 @@
{{ $t('dynamicsForm.Select.label') }}
-
-
-
+
{{ $t('common.add') }}
diff --git a/ui/src/components/dynamics-form/constructor/items/RadioCardConstructor.vue b/ui/src/components/dynamics-form/constructor/items/RadioCardConstructor.vue
index 90a0d1666..5d68e6f12 100644
--- a/ui/src/components/dynamics-form/constructor/items/RadioCardConstructor.vue
+++ b/ui/src/components/dynamics-form/constructor/items/RadioCardConstructor.vue
@@ -56,9 +56,7 @@
{{ $t('dynamicsForm.Select.label') }}
-
-
-
+
{{ $t('common.add') }}
diff --git a/ui/src/components/dynamics-form/constructor/items/RadioRowConstructor.vue b/ui/src/components/dynamics-form/constructor/items/RadioRowConstructor.vue
index d818022d8..0da545193 100644
--- a/ui/src/components/dynamics-form/constructor/items/RadioRowConstructor.vue
+++ b/ui/src/components/dynamics-form/constructor/items/RadioRowConstructor.vue
@@ -56,9 +56,7 @@
{{ $t('dynamicsForm.Select.label') }}
-
-
-
+
{{ $t('common.add') }}
diff --git a/ui/src/components/dynamics-form/constructor/items/SingleSelectConstructor.vue b/ui/src/components/dynamics-form/constructor/items/SingleSelectConstructor.vue
index ca675a180..14239c406 100644
--- a/ui/src/components/dynamics-form/constructor/items/SingleSelectConstructor.vue
+++ b/ui/src/components/dynamics-form/constructor/items/SingleSelectConstructor.vue
@@ -55,9 +55,7 @@
{{ $t('dynamicsForm.Select.label') }}
-
-
-
+
{{ $t('common.add') }}
diff --git a/ui/src/components/model-select/index.vue b/ui/src/components/model-select/index.vue
index 18debb491..bf7a0bb24 100644
--- a/ui/src/components/model-select/index.vue
+++ b/ui/src/components/model-select/index.vue
@@ -53,12 +53,8 @@
-
-
-
-
+
+
{{ $t('views.application.operation.addModel') }}
diff --git a/ui/src/styles/element-plus.scss b/ui/src/styles/element-plus.scss
index 680c4e4f6..56da129e3 100644
--- a/ui/src/styles/element-plus.scss
+++ b/ui/src/styles/element-plus.scss
@@ -304,3 +304,20 @@
.el-pagination .el-select {
width: 105px;
}
+
+// el-checkbox
+.el-checkbox {
+ --el-checkbox-font-weight: 400;
+ --el-checkbox-text-color: var(--el-text-color-primary);
+}
+.el-checkbox__input.is-checked + .el-checkbox__label {
+ color: var(--el-text-color-primary);
+}
+
+// el-radio
+.el-radio {
+ --el-radio-font-weight: 400;
+}
+.el-radio__input.is-checked + .el-radio__label {
+ color: var(--el-text-color-primary);
+}
diff --git a/ui/src/views/application/ApplicationSetting.vue b/ui/src/views/application/ApplicationSetting.vue
index f472eb4c9..ca28665b8 100644
--- a/ui/src/views/application/ApplicationSetting.vue
+++ b/ui/src/views/application/ApplicationSetting.vue
@@ -175,9 +175,7 @@
{{ $t('common.paramSetting') }}
-
-
-
+
{{ $t('common.add') }}
diff --git a/ui/src/views/application/component/CreateApplicationDialog.vue b/ui/src/views/application/component/CreateApplicationDialog.vue
index eaf2a3437..f373ef1d9 100644
--- a/ui/src/views/application/component/CreateApplicationDialog.vue
+++ b/ui/src/views/application/component/CreateApplicationDialog.vue
@@ -53,7 +53,7 @@
:class="appTemplate === 'blank' ? 'active' : ''"
>
-
+
{{ $t('views.application.form.appTemplate.blankApp.title') }}
diff --git a/ui/src/views/knowledge/component/EditParagraphDialog.vue b/ui/src/views/knowledge/component/EditParagraphDialog.vue
index 37e104625..389800e2d 100644
--- a/ui/src/views/knowledge/component/EditParagraphDialog.vue
+++ b/ui/src/views/knowledge/component/EditParagraphDialog.vue
@@ -10,7 +10,12 @@
>
-
+
@@ -18,7 +23,7 @@
{{ $t('views.paragraph.relatedProblem.title') }}
-
+
@@ -52,7 +57,12 @@
@@ -70,7 +80,7 @@ import ParagraphForm from '@/views/paragraph/component/ParagraphForm.vue'
const props = defineProps({
isConnect: Boolean,
- knowledgeId: String
+ knowledgeId: String,
})
const emit = defineEmits(['updateContent'])
@@ -106,7 +116,7 @@ function addProblemHandle() {
!detail.value?.problem_list.some((item: any) => item.content === problemValue.value.trim())
) {
detail.value?.problem_list?.push({
- content: problemValue.value.trim()
+ content: problemValue.value.trim(),
})
}
@@ -125,7 +135,7 @@ const submitHandle = async () => {
if (await paragraphFormRef.value?.validate()) {
emit('updateContent', {
problem_list: detail.value.problem_list,
- ...paragraphFormRef.value?.form
+ ...paragraphFormRef.value?.form,
})
dialogVisible.value = false
}
diff --git a/ui/src/views/paragraph/component/ProblemComponent.vue b/ui/src/views/paragraph/component/ProblemComponent.vue
index 4d8679c07..4a379dbaf 100644
--- a/ui/src/views/paragraph/component/ProblemComponent.vue
+++ b/ui/src/views/paragraph/component/ProblemComponent.vue
@@ -3,10 +3,8 @@
{{ $t('views.paragraph.relatedProblem.title') }}
-
-
+
+
@@ -45,7 +43,7 @@
class="question-tag"
type="info"
effect="plain"
- v-bind="permissionPrecise.problem_relate(id) ? {closable:true} : {} "
+ v-bind="permissionPrecise.problem_relate(id) ? { closable: true } : {}"
>
{{ item.content }}
@@ -62,7 +60,6 @@ import { useRoute } from 'vue-router'
import { loadSharedApi } from '@/utils/dynamics-api/shared-api'
import permissionMap from '@/permission'
-
const props = defineProps<{
paragraphId: string
docId: string
diff --git a/ui/src/views/system-chat-user/group/index.vue b/ui/src/views/system-chat-user/group/index.vue
index 743af8e59..76ddf67ff 100644
--- a/ui/src/views/system-chat-user/group/index.vue
+++ b/ui/src/views/system-chat-user/group/index.vue
@@ -33,9 +33,7 @@
)
"
>
-
-
-
+
diff --git a/ui/src/views/system-setting/theme/index.vue b/ui/src/views/system-setting/theme/index.vue
index 81f983b6e..4d2d7e4ab 100644
--- a/ui/src/views/system-setting/theme/index.vue
+++ b/ui/src/views/system-setting/theme/index.vue
@@ -420,10 +420,5 @@ onMounted(() => {
background: var(--app-header-bg-color);
}
}
- .theme-form {
- :deep(.el-checkbox__input.is-checked + .el-checkbox__label) {
- color: var(--el-checkbox-text-color);
- }
- }
}
diff --git a/ui/src/views/system/role/component/MemberFormContent.vue b/ui/src/views/system/role/component/MemberFormContent.vue
index cbad1e5ff..fb07e611b 100644
--- a/ui/src/views/system/role/component/MemberFormContent.vue
+++ b/ui/src/views/system/role/component/MemberFormContent.vue
@@ -57,9 +57,7 @@
-
-
-
+
{{ props.addText ?? $t('views.role.member.add') }}
diff --git a/ui/src/views/system/role/index.vue b/ui/src/views/system/role/index.vue
index aeaf41c15..28de69d50 100644
--- a/ui/src/views/system/role/index.vue
+++ b/ui/src/views/system/role/index.vue
@@ -53,7 +53,7 @@
)
"
>
-
+
diff --git a/ui/src/views/system/workspace/index.vue b/ui/src/views/system/workspace/index.vue
index a65b3e402..45dbfde1a 100644
--- a/ui/src/views/system/workspace/index.vue
+++ b/ui/src/views/system/workspace/index.vue
@@ -18,7 +18,7 @@
@click="createOrUpdateWorkspace()"
v-hasPermission="[RoleConst.ADMIN, PermissionConst.WORKSPACE_CREATE]"
>
-
+
diff --git a/ui/src/views/tool/ToolFormDrawer.vue b/ui/src/views/tool/ToolFormDrawer.vue
index bb3427bc2..8ffb0286a 100644
--- a/ui/src/views/tool/ToolFormDrawer.vue
+++ b/ui/src/views/tool/ToolFormDrawer.vue
@@ -77,9 +77,7 @@
{{ $t('common.param.initParam') }}
-
-
-
+
{{ $t('common.add') }}
@@ -149,9 +147,7 @@
-
-
-
+
{{ $t('common.add') }}
@@ -196,7 +192,7 @@
{{ $t('views.tool.form.param.code') }}
- *
+ *
{{ $t('views.tool.form.param.paramInfo2') }}
diff --git a/ui/src/workflow/nodes/base-node/component/ApiInputFieldTable.vue b/ui/src/workflow/nodes/base-node/component/ApiInputFieldTable.vue
index 19045ed74..0a22ba76e 100644
--- a/ui/src/workflow/nodes/base-node/component/ApiInputFieldTable.vue
+++ b/ui/src/workflow/nodes/base-node/component/ApiInputFieldTable.vue
@@ -2,18 +2,16 @@
{{ $t('views.model.modelForm.title.apiParamPassing') }}
-
-
-
+
{{ $t('common.add') }}
@@ -59,7 +57,7 @@