style: 设置文本自动换行 (#1673)

This commit is contained in:
Qiyuan Jiao 2024-11-22 22:03:46 +08:00 committed by GitHub
parent 64e8f4dc9f
commit 8133821e19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -82,7 +82,7 @@
</div>
</el-scrollbar>
<div>
<el-checkbox v-model="checkedConnect" @change="changeHandle">
<el-checkbox v-model="checkedConnect" @change="changeHandle" style="white-space: normal;">
导入时添加分段标题为关联问题适用于标题为问题的问答对
</el-checkbox>
</div>