@ -251,6 +251,13 @@ const option = {
export default {
title,
option,
setting
setting,
option: {
...option,
displayOption: {
dataAllocation: {
enable: false
}
@ -167,6 +167,13 @@ const option = {
@ -11,9 +11,7 @@
flexDirection: 'column',
boxSizing: 'border-box',
backgroundColor: customize.backgroundColor,
border:`${customize.border}px`,
borderStyle: customize.borderStyle,
borderColor: `${customize.borderColor}`
border:`${customize.border}px` + ' ' + customize.borderStyle + ' ' + customize.borderColor,
}"
>
<header
@ -252,6 +252,13 @@ const option = {