diff --git a/frontend/src/components/canvas/components/Editor/EditBarView.vue b/frontend/src/components/canvas/components/Editor/EditBarView.vue
index 929181b3ea..8a9259c9f8 100644
--- a/frontend/src/components/canvas/components/Editor/EditBarView.vue
+++ b/frontend/src/components/canvas/components/Editor/EditBarView.vue
@@ -4,10 +4,10 @@
-
+
-
+
@@ -63,6 +63,12 @@ export default {
}
},
computed: {
+ detailsShow(){
+ return this.element.propValue.innerType !== 'richTextView'
+ },
+ enlargeShow(){
+ return this.element.propValue.innerType !== 'richTextView'
+ },
// gapStyle() {
// return {
// 'right': this.curGap + 'px!important'