From b11db93328a757bf63225ad3f992df863bbf3f88 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Tue, 13 Jul 2021 18:11:42 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E4=BB=AA=E8=A1=A8=E6=9D=BF=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E4=B8=8D=E5=86=8D=E4=BD=BF=E7=94=A8=E5=8F=B3=E9=94=AE?= =?UTF-8?q?=E6=93=8D=E4=BD=9C=EF=BC=8C=E7=BB=9F=E4=B8=80=E5=9C=A8=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E5=8F=B3=E4=B8=8A=E8=A7=92=E6=B7=BB=E5=8A=A0=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/DeDrag/index.vue | 28 +++ .../canvas/components/Editor/ContextMenu.vue | 2 +- .../canvas/components/Editor/SettingMenu.vue | 160 ++++++++++++++++++ .../canvas/components/Editor/index.vue | 3 +- .../canvas/custom-component/UserView.vue | 40 ++++- frontend/src/components/canvas/store/copy.js | 16 +- frontend/src/lang/tw.js | 8 +- frontend/src/lang/zh.js | 8 +- 8 files changed, 243 insertions(+), 22 deletions(-) create mode 100644 frontend/src/components/canvas/components/Editor/SettingMenu.vue diff --git a/frontend/src/components/DeDrag/index.vue b/frontend/src/components/DeDrag/index.vue index 99ad7403ee..29cda42516 100644 --- a/frontend/src/components/DeDrag/index.vue +++ b/frontend/src/components/DeDrag/index.vue @@ -19,6 +19,9 @@ @mouseenter="enter" @mouseleave="leave" > + + +
>> .icon-shezhi{ + z-index: 2; + display:block!important; +} +.vdr > i{ + right: 5px; + color: gray; + position: absolute; +} + +.vdr >>> i:hover { + color: red; +} + +.vdr:hover >>> i { + z-index: 2; + display:block; +} + +.vdr>>>.icon-shezhi { + display:none +} diff --git a/frontend/src/components/canvas/components/Editor/ContextMenu.vue b/frontend/src/components/canvas/components/Editor/ContextMenu.vue index e3fddce02d..96035a5c02 100644 --- a/frontend/src/components/canvas/components/Editor/ContextMenu.vue +++ b/frontend/src/components/canvas/components/Editor/ContextMenu.vue @@ -5,7 +5,6 @@