fix: 批量操作配置

This commit is contained in:
junjun 2022-05-26 17:12:50 +08:00
parent 3b05d47567
commit db215743e8

View File

@ -1191,27 +1191,27 @@ export const TYPE_CONFIGS = [
'tableItemBgColor',
'tableFontColor',
'alpha'
],
'size-selector': [
'tablePageMode',
'tablePageSize',
'tableTitleFontSize',
'tableItemFontSize',
'tableTitleHeight',
'tableItemHeight',
'tableColumnMode'
],
'title-selector': [
'show',
'title',
'fontSize',
'color',
'hPosition',
'vPosition',
'isItalic',
'isBolder'
]
},
'size-selector': [
'tablePageMode',
'tablePageSize',
'tableTitleFontSize',
'tableItemFontSize',
'tableTitleHeight',
'tableItemHeight',
'tableColumnMode'
],
'title-selector': [
'show',
'title',
'fontSize',
'color',
'hPosition',
'vPosition',
'isItalic',
'isBolder'
]
}
},
{