Pārlūkot izejas kodu

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

qianming 2 gadi atpakaļ
vecāks
revīzija
bf1823d6f3

+ 1 - 1
report-ui/src/views/bigscreenDesigner/designer/tools/configure/heatmap/widget-heatmap.js

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

+ 1 - 1
report-ui/src/views/bigscreenDesigner/designer/widget/heatmap/widgetHeatmap.vue

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