From 1f959b1d1b25c52177fe6458cb093ff2c7baa4f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Fri, 18 Apr 2025 12:05:53 +0800 Subject: [PATCH] Iframe-PlotlyJs-Comp.vue --- public/iframe/for-plotly.html | 11 +-- .../Iframe-PlotlyJs-Comp.vue | 71 +++++++++++-------- .../Page/iframe-page/Iframe-PlotlyJs.page.vue | 4 +- 3 files changed, 50 insertions(+), 36 deletions(-) diff --git a/public/iframe/for-plotly.html b/public/iframe/for-plotly.html index ac923db..84f551c 100644 --- a/public/iframe/for-plotly.html +++ b/public/iframe/for-plotly.html @@ -11,7 +11,8 @@ XXX: Plotly 需要用 iframe 嵌套在页面中的原因: -
+
+
diff --git a/src/components/iframe-page-comps/Iframe-PlotlyJs-Comp.vue b/src/components/iframe-page-comps/Iframe-PlotlyJs-Comp.vue index cb8a0e2..25532d2 100644 --- a/src/components/iframe-page-comps/Iframe-PlotlyJs-Comp.vue +++ b/src/components/iframe-page-comps/Iframe-PlotlyJs-Comp.vue @@ -1,30 +1,37 @@