对接知识库

This commit is contained in:
qq787203167
2022-08-11 09:30:12 +08:00
parent 9cb0b88fcd
commit 718d5a707a
3 changed files with 21 additions and 9 deletions
@@ -133,8 +133,9 @@
<div class="title-text">
<span class="title-text-text">{{$t('content')}}</span>
</div>
<a-form-model-item style="height: 300px" class="itemModel" prop="content">
<a-form-model-item style="height: 357px" class="itemModel itemModel-explain" prop="content">
<quill-editor
v-model="formInline.content"
style="height: 300px"
:content="formInline.content"
:options="editorOption"
@@ -245,7 +246,7 @@
{
max: 5000,
message: this.$t('content') + this.$t('cannotExceed') + 5000 + this.$t('Characters'),
trigger: 'change'
trigger: 'blur'
}
]
},
@@ -582,4 +583,7 @@
box-sizing: border-box;
}
::v-deep .itemModel-explain .ant-form-explain {
margin-top: 60px
}
</style>