fix:修复系统组件问题

main
liu.shiyi 2 years ago
parent 540d79d74b
commit d3e832b413

@ -251,6 +251,13 @@ const option = {
export default { export default {
title, title,
option, setting,
setting option: {
...option,
displayOption: {
dataAllocation: {
enable: false
}
}
}
} }

@ -167,6 +167,13 @@ const option = {
export default { export default {
title, title,
option, setting,
setting option: {
...option,
displayOption: {
dataAllocation: {
enable: false
}
}
}
} }

@ -11,9 +11,7 @@
flexDirection: 'column', flexDirection: 'column',
boxSizing: 'border-box', boxSizing: 'border-box',
backgroundColor: customize.backgroundColor, backgroundColor: customize.backgroundColor,
border:`${customize.border}px`, border:`${customize.border}px` + ' ' + customize.borderStyle + ' ' + customize.borderColor,
borderStyle: customize.borderStyle,
borderColor: `${customize.borderColor}`
}" }"
> >
<header <header

@ -252,6 +252,13 @@ const option = {
export default { export default {
title, title,
option, setting,
setting option: {
...option,
displayOption: {
dataAllocation: {
enable: false
}
}
}
} }

Loading…
Cancel
Save