对接知识库
This commit is contained in:
+6
-2
@@ -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>
|
||||
Reference in New Issue
Block a user