From e5e03de45353f9284774a9f0a14b57cf2db1941a Mon Sep 17 00:00:00 2001 From: wisonic Date: Mon, 21 Oct 2024 15:25:59 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E5=9B=BE=E8=A1=A8):=20=E4=B8=8B?= =?UTF-8?q?=E9=92=BB=E5=85=A5=E5=8F=A3=E5=8E=BB=E9=99=A4=E6=8E=92=E5=BA=8F?= =?UTF-8?q?=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/editor/drag-item/DrillItem.vue | 30 ++++++++++--------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/core/core-frontend/src/views/chart/components/editor/drag-item/DrillItem.vue b/core/core-frontend/src/views/chart/components/editor/drag-item/DrillItem.vue index 48fd6eaccc..41520a6243 100644 --- a/core/core-frontend/src/views/chart/components/editor/drag-item/DrillItem.vue +++ b/core/core-frontend/src/views/chart/components/editor/drag-item/DrillItem.vue @@ -135,19 +135,21 @@ onMounted(() => { :style="{ backgroundColor: tagType + '0a', border: '1px solid ' + tagType }" > - - - - - - - - - + { class="drop-style" :class="themes === 'dark' ? 'dark-dimension-quota' : ''" > - +