From 66a8c07776d34b3bf72bc4e13f224a2a9961355c Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Fri, 23 Aug 2024 15:51:06 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=95=B0=E6=8D=AE=E5=A4=A7=E5=B1=8F):=20?= =?UTF-8?q?=E5=A4=A7=E5=B1=8F=E7=9A=84=E5=9B=BE=E7=89=87=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E8=83=8C=E6=99=AF=E8=AE=BE=E7=BD=AE=20#11582?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/custom-component/common/CommonAttr.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/core-frontend/src/custom-component/common/CommonAttr.vue b/core/core-frontend/src/custom-component/common/CommonAttr.vue index 10187f4042..ad5de576e3 100644 --- a/core/core-frontend/src/custom-component/common/CommonAttr.vue +++ b/core/core-frontend/src/custom-component/common/CommonAttr.vue @@ -117,9 +117,7 @@ const backgroundCustomShow = computed(() => { return ( dashboardActive.value || (!dashboardActive.value && - !['CanvasBoard', 'CanvasIcon', 'Picture', 'CircleShape', 'RectShape'].includes( - element.value.component - )) + !['CanvasBoard', 'CanvasIcon', 'CircleShape', 'RectShape'].includes(element.value.component)) ) }) onMounted(() => {