Sfoglia il codice sorgente

去掉tinymce底部统计横框

D4THYL3\long 3 anni fa
parent
commit
50ff64429f

+ 1 - 0
operationSupport/src/components/Tinymce/index.vue

@@ -124,6 +124,7 @@ export default {
             window.tinymce.init({
                 language: this.language,
                 selector: `#${this.tinymceId}`,
+                branding: false,
                 height: this.height,
                 body_class: 'panel-body ',
                 object_resizing: false,

+ 1 - 3
operationSupport/src/views/propertyManagement/style.scss

@@ -588,9 +588,7 @@ $fontSizeSmall: 14px;
 .editor-container{
     border-radius: 4px;
 }
-/deep/ mce-branding,mce-widget,mce-label,mce-flow-layout-item,mce-last{
-    display: none;
-}
+
 /deep/ .mce-panel{
     border:0 solid #f5f1f1 !important; 
 }