This commit is contained in:
clay
2022-01-09 13:42:41 +08:00
parent 95eb461aab
commit 0e62e7e3da
6 changed files with 415 additions and 165 deletions

View File

@@ -112,7 +112,7 @@
</el-row>
<el-row>
<el-col :offset="1" :span="22">
<Editor v-model="formData.content" :min-height="500"/>
<Editor v-model="formData.content" :height="800"/>
</el-col>
</el-row>
<el-row>
@@ -310,6 +310,11 @@ export default {
}
</script>
<style>
.el-select-dropdown{
z-index: 2147483647!important;
}
</style>
<style scoped lang="scss">
.article {
margin-top: 20px;