@@ -3365,6 +3365,36 @@ context.meta2d.translate(
// label: $t('最多显示页码数按钮数'),
// type: 'number',
// },
+ {
+ key: 'background',
+ label: '背景颜色',
+ type: 'color',
+ },
+ key: 'activeBackground',
+ label: '当前页背景颜色',
+ key: 'color',
+ label: '边框颜色',
+ key: 'activeColor',
+ label: '当前页边框颜色',
+ key: 'textColor',
+ label: '文字颜色',
+ key: 'activeTextColor',
+ label: '当前页文字颜色',
+ }
],
},