kun 191127 00:27

This commit is contained in:
沈学坤
2019-11-27 00:27:22 +08:00
parent 9d36040725
commit e07dcffaad
14 changed files with 159 additions and 73 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div ref="scheduling"></div>
<div ref="scheduling" id="scheduling"></div>
</template>
<script>
@@ -20,6 +20,7 @@ export default {
mounted () {
_this = this
phoneEditor = new E(this.$refs.scheduling)
phoneEditor.customConfig.pasteFilterStyle = false
phoneEditor.customConfig.onchange = html => {
_this.$emit('scheduling', html)
}
@@ -62,5 +63,6 @@ export default {
#scheduling {
width: 100%;
height: 250px;
font-family: "宋体" !important;
}
</style>