diff --git a/core/frontend/src/App.vue b/core/frontend/src/App.vue index 592e543cf9..afaa93157e 100644 --- a/core/frontend/src/App.vue +++ b/core/frontend/src/App.vue @@ -15,17 +15,20 @@ > + diff --git a/core/frontend/src/components/canvas/components/editor/EditBar.vue b/core/frontend/src/components/canvas/components/editor/EditBar.vue index 6a25393d37..53d50ac9b0 100644 --- a/core/frontend/src/components/canvas/components/editor/EditBar.vue +++ b/core/frontend/src/components/canvas/components/editor/EditBar.vue @@ -489,8 +489,7 @@ export default { this.$message({ message: h('p', null, [ this.$t('data_export.exporting'), - this.showEditPosition === 'bar-main-preview' - ? h( + h( Button, { props: { @@ -504,7 +503,7 @@ export default { } }, this.$t('data_export.export_center') - ) : this.$t('data_export.export_center'), + ), this.$t('data_export.export_info') ]), iconClass, diff --git a/core/frontend/src/components/canvas/components/editor/Preview.vue b/core/frontend/src/components/canvas/components/editor/Preview.vue index b012057a1e..2c3867c7e4 100644 --- a/core/frontend/src/components/canvas/components/editor/Preview.vue +++ b/core/frontend/src/components/canvas/components/editor/Preview.vue @@ -172,7 +172,7 @@ -