Commit 5f6145b6 authored by nick zheng's avatar nick zheng

chore(知识库切片): 问答知识库新建和编辑问答UI调整

parent 8fc8b236
......@@ -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-[110px]"
class="chunk-content-input h-[228px]"
:autosize="{
minRows: 4,
maxRows: 4,
minRows: 10,
maxRows: 10,
}"
:maxlength="850"
/>
......
......@@ -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-[110px]"
class="chunk-content-input h-[228px]"
:autosize="{
minRows: 4,
maxRows: 4,
minRows: 10,
maxRows: 10,
}"
:maxlength="850"
/>
......
......@@ -85,7 +85,7 @@ const handleKnowledgeTableAction = useDebounceFn((chunkKeyItem: QAKnowledgeChunk
:columns="chunkIndexColumns"
:data="knowledgeChunkKeyList"
:max-height="300"
class="mb-1"
class="mb-4"
/>
</template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment