Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
poc-fe
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
poc
poc-fe
Commits
5f6145b6
You need to sign in or sign up before continuing.
Commit
5f6145b6
authored
Apr 07, 2025
by
nick zheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore(知识库切片): 问答知识库新建和编辑问答UI调整
parent
8fc8b236
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
9 deletions
+11
-9
add-qa-knowledge-chunk-modal.vue
.../qa-knowledge/components/add-qa-knowledge-chunk-modal.vue
+5
-4
edit-qa-knowledge-chunk-modal.vue
...qa-knowledge/components/edit-qa-knowledge-chunk-modal.vue
+5
-4
setting-knowledge-chunk-index-modal.vue
...wledge/components/setting-knowledge-chunk-index-modal.vue
+1
-1
No files found.
src/views/personal-space/personal-knowledge/knowledge-detail/qa-knowledge/components/add-qa-knowledge-chunk-modal.vue
View file @
5f6145b6
...
...
@@ -83,7 +83,8 @@ function handleAddKnowledgeChunk() {
v-model:is-show=
"isShow"
:title=
"t('personal_space_module.knowledge_module.add_QA_data')"
:btn-loading=
"btnLoading"
:width=
"1000"
:width=
"1340"
:height=
"502"
@
confirm=
"handleAddKnowledgeChunk"
>
<template
#
content
>
...
...
@@ -128,10 +129,10 @@ function handleAddKnowledgeChunk() {
v
-
model
:
value
=
"chunkItem.content"
type
=
"textarea"
:
placeholder
=
"t('personal_space_module.knowledge_module.please_enter_the_content')"
class
=
"chunk-content-input h-[
110
px]"
class
=
"chunk-content-input h-[
228
px]"
:
autosize
=
"{
minRows:
4
,
maxRows:
4
,
minRows:
10
,
maxRows:
10
,
}
"
:
maxlength
=
"850"
/>
...
...
src/views/personal-space/personal-knowledge/knowledge-detail/qa-knowledge/components/edit-qa-knowledge-chunk-modal.vue
View file @
5f6145b6
...
...
@@ -85,7 +85,8 @@ function handleAddKnowledgeChunk() {
v-model:is-show=
"isShow"
:title=
"t('personal_space_module.knowledge_module.edit_QA_data')"
:btn-loading=
"btnLoading"
:width=
"1000"
:width=
"1340"
:height=
"502"
@
confirm=
"handleAddKnowledgeChunk"
>
<template
#
content
>
...
...
@@ -130,10 +131,10 @@ function handleAddKnowledgeChunk() {
v
-
model
:
value
=
"chunkItem.content"
type
=
"textarea"
:
placeholder
=
"t('personal_space_module.knowledge_module.please_enter_the_content')"
class
=
"chunk-content-input h-[
110
px]"
class
=
"chunk-content-input h-[
228
px]"
:
autosize
=
"{
minRows:
4
,
maxRows:
4
,
minRows:
10
,
maxRows:
10
,
}
"
:
maxlength
=
"850"
/>
...
...
src/views/personal-space/personal-knowledge/knowledge-detail/qa-knowledge/components/setting-knowledge-chunk-index-modal.vue
View file @
5f6145b6
...
...
@@ -85,7 +85,7 @@ const handleKnowledgeTableAction = useDebounceFn((chunkKeyItem: QAKnowledgeChunk
:columns=
"chunkIndexColumns"
:data=
"knowledgeChunkKeyList"
:max-height=
"300"
class=
"mb-
1
"
class=
"mb-
4
"
/>
</
template
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment