|
@ -16,6 +16,15 @@
|
|
|
<script>
|
|
|
// 引入原始组件
|
|
|
import Quill from 'quill'
|
|
|
import 'quill/dist/quill.core.css'
|
|
|
import 'quill/dist/quill.snow.css'
|
|
|
import 'quill-better-table/dist/quill-better-table.css'
|
|
|
import resizeImage from 'quill-image-resize-module';
|
|
|
Quill.register('modules/imageResize', resizeImage);
|
|
|
import QuillBetterTable from 'quill-better-table'
|
|
|
Quill.register({
|
|
|
'modules/better-table': QuillBetterTable
|
|
|
}, true)
|
|
|
import {editorOption, toolbarTooltips} from './editOptions'
|
|
|
import Tools from '../../utils/tool'
|
|
|
import { ICON_SVGS } from './icon'
|
|
@ -186,6 +195,9 @@ export default {
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss">
|
|
|
.qlbt-operation-menu{
|
|
|
z-index: 9999;
|
|
|
}
|
|
|
.custom-quill-editor-wrapper{
|
|
|
.ql-snow .ql-picker-label::before{
|
|
|
vertical-align: top;
|