Commit 132d55d0 authored by nick zheng's avatar nick zheng

Merge branch 'beta' into 'master'

chore: 调整问答知识库分片弹窗样式

See merge request !178
parents cfc390b7 42d3f5da
...@@ -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>
......
...@@ -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>
......
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