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
132d55d0
Commit
132d55d0
authored
Mar 12, 2025
by
nick zheng
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'beta' into 'master'
chore: 调整问答知识库分片弹窗样式 See merge request
!178
parents
cfc390b7
42d3f5da
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
add-qa-knowledge-chunk-modal.vue
.../qa-knowledge/components/add-qa-knowledge-chunk-modal.vue
+3
-3
edit-qa-knowledge-chunk-modal.vue
...qa-knowledge/components/edit-qa-knowledge-chunk-modal.vue
+3
-3
No files found.
src/views/personal-space/personal-knowledge/knowledge-detail/qa-knowledge/components/add-qa-knowledge-chunk-modal.vue
View file @
132d55d0
...
@@ -110,10 +110,10 @@ function handleAddKnowledgeChunk() {
...
@@ -110,10 +110,10 @@ function handleAddKnowledgeChunk() {
v-model:value=
"chunkItem.content"
v-model:value=
"chunkItem.content"
type=
"textarea"
type=
"textarea"
:placeholder=
"t('personal_space_module.knowledge_module.please_enter_the_content')"
:placeholder=
"t('personal_space_module.knowledge_module.please_enter_the_content')"
class=
"chunk-content-input"
class=
"chunk-content-input
h-[110px]
"
:autosize=
"{
:autosize=
"{
minRows:
3
,
minRows:
4
,
maxRows:
3
,
maxRows:
4
,
}"
}"
/>
/>
</div>
</div>
...
...
src/views/personal-space/personal-knowledge/knowledge-detail/qa-knowledge/components/edit-qa-knowledge-chunk-modal.vue
View file @
132d55d0
...
@@ -116,10 +116,10 @@ function handleAddKnowledgeChunk() {
...
@@ -116,10 +116,10 @@ function handleAddKnowledgeChunk() {
v-model:value=
"chunkItem.content"
v-model:value=
"chunkItem.content"
type=
"textarea"
type=
"textarea"
:placeholder=
"t('personal_space_module.knowledge_module.please_enter_the_content')"
:placeholder=
"t('personal_space_module.knowledge_module.please_enter_the_content')"
class=
"chunk-content-input"
class=
"chunk-content-input
h-[110px]
"
:autosize=
"{
:autosize=
"{
minRows:
3
,
minRows:
4
,
maxRows:
3
,
maxRows:
4
,
}"
}"
/>
/>
</div>
</div>
...
...
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