From 9d97856a5407aae73eb7b3a394afcd79d8d846e7 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Wed, 15 Jun 2022 15:19:00 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=96=B0=E5=BB=BA=E7=9A=84=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E9=BB=98=E8=AE=A4=E6=B7=BB=E5=8A=A0=E7=99=BD=E8=89=B2?= =?UTF-8?q?=E8=83=8C=E6=99=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/canvas/custom-component/component-list.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/canvas/custom-component/component-list.js b/frontend/src/components/canvas/custom-component/component-list.js index edc6ec7dda..31c5e98e34 100644 --- a/frontend/src/components/canvas/custom-component/component-list.js +++ b/frontend/src/components/canvas/custom-component/component-list.js @@ -18,8 +18,8 @@ export const BASE_MOBILE_STYLE = { // 组件仪表板样式 export const COMMON_BACKGROUND = { - enable: true, - backgroundColorSelect: false, + enable: false, + backgroundColorSelect: true, backgroundType: 'innerImage', color: '#FFFFFF', innerImage: 'board/blue_1.svg',