邮件
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user