Commit 42d3f5da authored by nick zheng's avatar nick zheng

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

parent 52f1563b
......@@ -110,10 +110,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"
class="chunk-content-input h-[110px]"
:autosize="{
minRows: 3,
maxRows: 3,
minRows: 4,
maxRows: 4,
}"
/>
</div>
......
......@@ -116,10 +116,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"
class="chunk-content-input h-[110px]"
:autosize="{
minRows: 3,
maxRows: 3,
minRows: 4,
maxRows: 4,
}"
/>
</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