From 87351f81bead82a51a99c2274fe1cc7e52078249 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Wed, 17 Jul 2024 16:07:28 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20tab?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E5=86=85=E5=9B=BE=E8=A1=A8=E5=AF=BC=E5=87=BA?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E5=87=BA=E7=8E=B0=E5=A4=9A=E4=B8=AA=E4=B8=94?= =?UTF-8?q?=E9=87=8D=E5=8F=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/frontend/src/App.vue | 14 ++- .../canvas/components/editor/EditBar.vue | 5 +- .../canvas/components/editor/Preview.vue | 94 ++++++++++++++++--- .../canvas/customComponent/UserView.vue | 5 +- 4 files changed, 100 insertions(+), 18 deletions(-) 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 @@ -