Просмотр исходного кода

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

qianming 2 лет назад
Родитель
Сommit
bd63bfd4bd

+ 1 - 1
report-ui/src/views/bigscreenDesigner/designer/tools/configure/pieCharts/widget-pie-nightingale.js

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

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

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

+ 1 - 1
report-ui/src/views/bigscreenDesigner/designer/widget/pie/widgetPieNightingaleRose.vue

@@ -135,7 +135,7 @@ export default {
         rich: {
           a: {
             padding: [-30, 15, -20, 15],
-            color: optionsSetup.subTextColor,
+            color: optionsSetup.dataColor,
             fontSize: optionsSetup.fontSize,
             fontWeight: optionsSetup.fontWeight,
           },

+ 1 - 1
report-ui/src/views/bigscreenDesigner/designer/widget/pie/widgetPiechart.vue

@@ -145,7 +145,7 @@ export default {
         rich: {
           a: {
             padding: [-30, 15, -20, 15],
-            color: optionsSetup.subTextColor,
+            color: optionsSetup.dataColor,
             fontSize: optionsSetup.fontSize,
             fontWeight: optionsSetup.fontWeight,
           },