Browse Source

修改样式

wrh 2 years ago
parent
commit
14b438f723

+ 2 - 1
nngkxxdp/src/main/resources/static/naqwzsjtj/naqwzsjtj/src/components/Tinymce/index.vue

@@ -5,6 +5,7 @@
         height: height,
         selector: 'textarea',  // change this value according to your HTML
         menubar: false,
+        branding: false,
         plugins: [
         'advlist autosave',
         'hr lists',
@@ -99,7 +100,7 @@
         default: ''
       },
       height: {
-        type: String,
+        type: Number,
         default: 500
       }
     },