style: 新建的组件默认添加白色背景

This commit is contained in:
wangjiahao 2022-06-15 15:19:00 +08:00
parent 24fca8004f
commit 9d97856a54

View File

@ -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',