From d70fea56f90ac23e9555dde63c333f6a5cd019f6 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Thu, 25 Jan 2024 18:12:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E5=8A=A8=E7=AB=AFPC=E5=9D=90?= =?UTF-8?q?=E6=A0=87=E8=BD=AC=E6=8D=A2=E8=87=AA=E9=80=82=E5=BA=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/package.json | 2 +- .../data-visualization/canvas/Shape.vue | 30 ++++++++++- .../src/views/dashboard/MobileConfigPanel.vue | 50 ++++++++++++++++++- .../src/views/mobile/panel/index.vue | 36 ++++++++++++- 4 files changed, 113 insertions(+), 5 deletions(-) diff --git a/core/core-frontend/package.json b/core/core-frontend/package.json index 206bee11a5..f01e646b9d 100644 --- a/core/core-frontend/package.json +++ b/core/core-frontend/package.json @@ -42,7 +42,7 @@ "qs": "^6.11.0", "snowflake-id": "^1.1.0", "tinymce": "^5.8.2", - "vant": "^4.8.2", + "vant": "^4.8.3", "vue": "^3.3.4", "vue-clipboard3": "^2.0.0", "vue-codemirror": "^6.1.1", diff --git a/core/core-frontend/src/components/data-visualization/canvas/Shape.vue b/core/core-frontend/src/components/data-visualization/canvas/Shape.vue index ef870cb74e..bd4f8eb766 100644 --- a/core/core-frontend/src/components/data-visualization/canvas/Shape.vue +++ b/core/core-frontend/src/components/data-visualization/canvas/Shape.vue @@ -1,5 +1,13 @@