From 2c36204c60001d328fc09df44c391f5881de9346 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Fri, 25 Nov 2022 18:02:43 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=B8=85=E9=99=A4=E6=89=80=E6=9C=89?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E4=BD=8D=E7=BD=AE=E5=9B=BA=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/canvas/DeCanvas.vue | 1 - frontend/src/views/panel/edit/index.vue | 33 +++++++++++---------- 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/frontend/src/components/canvas/DeCanvas.vue b/frontend/src/components/canvas/DeCanvas.vue index 4e0eab71aa..5a8aa76f9e 100644 --- a/frontend/src/components/canvas/DeCanvas.vue +++ b/frontend/src/components/canvas/DeCanvas.vue @@ -8,7 +8,6 @@ @mouseup="deselectCurComponent" @scroll="canvasScroll" > - - - + + + - + - + {{ panelInfo.name }} @@ -206,6 +207,7 @@ class="this_mobile_canvas_main" :style="mobileCanvasStyle" > + - @@ -245,14 +246,14 @@ /> - + - + @@ -270,7 +271,7 @@ />
- +
@@ -283,10 +284,11 @@ @click="changeRightDrawOpen(false)" /> - {{ $t('panel.position_adjust') }} + {{ $t('panel.position_adjust') }} - +
@@ -445,7 +447,8 @@ /> - {{ $t('panel.panel_cache_use_tips') }} + {{ $t('panel.panel_cache_use_tips') }}
{ - if (this.show) { - this.showIndex === -1 + if (this.show) { + this.showIndex === -1 + } + this.show = !this.show } - this.show = !this.show - } ) } this.showIndex = type