Authored by 张凯

fix:工作日志查看在暗黑模式下柱状图页面提示语为黑色,导致有些字体看不见

@@ -598,7 +598,7 @@ layui.define(['table', 'form', 'sessions', 'admin', 'common', 'echarts', 'laydat @@ -598,7 +598,7 @@ layui.define(['table', 'form', 'sessions', 'admin', 'common', 'echarts', 'laydat
598 show: true, 598 show: true,
599 position: 'top', 599 position: 'top',
600 textStyle: { 600 textStyle: {
601 - color: '#555' 601 + color: '#a3a3a4'
602 }, 602 },
603 formatter: function (data) { 603 formatter: function (data) {
604 return reportedList[data.dataIndex] + '/' + data.value 604 return reportedList[data.dataIndex] + '/' + data.value
@@ -699,7 +699,7 @@ layui.define(['table', 'form', 'sessions', 'admin', 'common', 'echarts', 'laydat @@ -699,7 +699,7 @@ layui.define(['table', 'form', 'sessions', 'admin', 'common', 'echarts', 'laydat
699 data: xData, 699 data: xData,
700 gridIndex: 0, 700 gridIndex: 0,
701 axisLabel: { 701 axisLabel: {
702 - color: '#333', 702 + color: '#a3a3a4',
703 show: true, 703 show: true,
704 interval: 0, 704 interval: 0,
705 rotate: 25 705 rotate: 25
@@ -809,7 +809,7 @@ layui.define(['table', 'form', 'sessions', 'admin', 'common', 'echarts', 'laydat @@ -809,7 +809,7 @@ layui.define(['table', 'form', 'sessions', 'admin', 'common', 'echarts', 'laydat
809 show: true, 809 show: true,
810 position: 'top', 810 position: 'top',
811 textStyle: { 811 textStyle: {
812 - color: '#555' 812 + color: '#a3a3a4'
813 }, 813 },
814 }, 814 },
815 itemStyle: { 815 itemStyle: {
@@ -839,7 +839,7 @@ layui.define(['table', 'form', 'sessions', 'admin', 'common', 'echarts', 'laydat @@ -839,7 +839,7 @@ layui.define(['table', 'form', 'sessions', 'admin', 'common', 'echarts', 'laydat
839 type: 'category', 839 type: 'category',
840 data: xData, 840 data: xData,
841 axisLabel: { 841 axisLabel: {
842 - color: '#333', 842 + color: '#a3a3a4',
843 show: true, 843 show: true,
844 interval: 0, 844 interval: 0,
845 rotate: 19, 845 rotate: 19,
@@ -861,7 +861,7 @@ layui.define(['table', 'form', 'sessions', 'admin', 'common', 'echarts', 'laydat @@ -861,7 +861,7 @@ layui.define(['table', 'form', 'sessions', 'admin', 'common', 'echarts', 'laydat
861 type: 'value', 861 type: 'value',
862 gridIndex: 0, 862 gridIndex: 0,
863 axisLabel: { 863 axisLabel: {
864 - color: '#333' 864 + color: '#a3a3a4'
865 }, 865 },
866 splitLine: { 866 splitLine: {
867 lineStyle: { 867 lineStyle: {
@@ -1007,7 +1007,7 @@ layui.define(['table', 'form', 'sessions', 'admin', 'common', 'echarts', 'laydat @@ -1007,7 +1007,7 @@ layui.define(['table', 'form', 'sessions', 'admin', 'common', 'echarts', 'laydat
1007 val: { 1007 val: {
1008 fontSize: 32, 1008 fontSize: 32,
1009 fontWeight: 'bold', 1009 fontWeight: 'bold',
1010 - color: '#333333', 1010 + color: '#a3a3a4',
1011 } 1011 }
1012 } 1012 }
1013 } 1013 }
@@ -1048,12 +1048,12 @@ layui.define(['table', 'form', 'sessions', 'admin', 'common', 'echarts', 'laydat @@ -1048,12 +1048,12 @@ layui.define(['table', 'form', 'sessions', 'admin', 'common', 'echarts', 'laydat
1048 name: { 1048 name: {
1049 fontSize: 14, 1049 fontSize: 14,
1050 padding: [0, 10, 0, 4], 1050 padding: [0, 10, 0, 4],
1051 - color: '#666666' 1051 + color: '#a3a3a4'
1052 }, 1052 },
1053 value: { 1053 value: {
1054 fontSize: 18, 1054 fontSize: 18,
1055 fontWeight: 'bold', 1055 fontWeight: 'bold',
1056 - color: '#333333' 1056 + color: '#a3a3a4'
1057 } 1057 }
1058 } 1058 }
1059 } 1059 }