yanghao 1 неделя назад
Родитель
Сommit
32f28d7f3f
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      src/views/pms/qhse/socSummary/index.vue

+ 4 - 0
src/views/pms/qhse/socSummary/index.vue

@@ -444,6 +444,10 @@ const socChartOption = computed<EChartsOption>(() => {
       {
       {
         type: 'bar',
         type: 'bar',
         barMaxWidth: isDrilldown ? 42 : 56,
         barMaxWidth: isDrilldown ? 42 : 56,
+        showBackground: true,
+        backgroundStyle: {
+          color: 'rgba(22, 136, 245, 0.055)'
+        },
         emphasis: {
         emphasis: {
           focus: 'series',
           focus: 'series',
           itemStyle: {
           itemStyle: {