bugfix--副标题颜色和数值设定颜色冲突-热力图

This commit is contained in:
qianming
2023-07-11 10:32:32 +08:00
parent bd63bfd4bd
commit bf1823d6f3
2 changed files with 2 additions and 2 deletions

View File

@@ -376,7 +376,7 @@ export const widgetHeatmap = {
{
type: 'vue-color',
label: '字体颜色',
name: 'subTextColor',
name: 'dataColor',
required: false,
placeholder: '',
value: '#fff'

View File

@@ -258,7 +258,7 @@ export default {
show: optionsSetup.isShow,
textStyle: {
fontSize: optionsSetup.fontSize,
color: optionsSetup.subTextColor,
color: optionsSetup.dataColor,
fontWeight: optionsSetup.fontWeight,
},
};