From d7eb87f876333b1163ca4698b4e2a0f367f37ff8 Mon Sep 17 00:00:00 2001 From: "liu.shiyi" Date: Thu, 28 Sep 2023 10:27:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E6=8B=96=E6=8B=BD=E6=97=B6=E7=82=B9=E5=87=BB=E5=8F=B3=E9=94=AE?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E7=BB=84=E4=BB=B6=E4=B8=8D=E8=83=BD=E7=BB=A7?= =?UTF-8?q?=E7=BB=AD=E6=8B=96=E6=8B=BD=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data-room-ui/package.json | 1 + data-room-ui/packages/Render/index.vue | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/data-room-ui/package.json b/data-room-ui/package.json index d3aa3f5e..51b147df 100644 --- a/data-room-ui/package.json +++ b/data-room-ui/package.json @@ -58,6 +58,7 @@ "echarts": "^5.2.2", "element-ui": "2.15.6", "es6-promise": "4.2.8", + "gc-vue-draggable-resizable": "^1.0.1", "html-to-image": "1.11.11", "image-conversion": "^2.1.1", "insert-css": "^2.0.0", diff --git a/data-room-ui/packages/Render/index.vue b/data-room-ui/packages/Render/index.vue index 7e10d0ae..071745ce 100644 --- a/data-room-ui/packages/Render/index.vue +++ b/data-room-ui/packages/Render/index.vue @@ -82,8 +82,8 @@ import RenderCard from './RenderCard.vue' import Configuration from './Configuration.vue' // import _ from 'lodash' import cloneDeep from 'lodash/cloneDeep' -import vdr from 'vue-draggable-resizable-gorkys' -import 'vue-draggable-resizable-gorkys/dist/VueDraggableResizable.css' +import vdr from 'gc-vue-draggable-resizable' +import 'gc-vue-draggable-resizable/dist/VueDraggableResizable.css' import { randomString } from '../js/utils' import { compile } from 'tiny-sass-compiler/dist/tiny-sass-compiler.esm-browser.prod.js' import plotList, { getCustomPlots } from '../G2Plots/plotList'