mirror of
https://gitee.com/anji-plus/report.git
synced 2026-02-02 09:27:47 +08:00
bugfix--副标题颜色和数值设定颜色冲突-热力图
This commit is contained in:
@@ -376,7 +376,7 @@ export const widgetHeatmap = {
|
||||
{
|
||||
type: 'vue-color',
|
||||
label: '字体颜色',
|
||||
name: 'subTextColor',
|
||||
name: 'dataColor',
|
||||
required: false,
|
||||
placeholder: '',
|
||||
value: '#fff'
|
||||
|
||||
@@ -258,7 +258,7 @@ export default {
|
||||
show: optionsSetup.isShow,
|
||||
textStyle: {
|
||||
fontSize: optionsSetup.fontSize,
|
||||
color: optionsSetup.subTextColor,
|
||||
color: optionsSetup.dataColor,
|
||||
fontWeight: optionsSetup.fontWeight,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user