ソースを参照

优化soc统计图样式

yanghao 1 週間 前
コミット
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',
         barMaxWidth: isDrilldown ? 42 : 56,
+        showBackground: true,
+        backgroundStyle: {
+          color: 'rgba(22, 136, 245, 0.055)'
+        },
         emphasis: {
           focus: 'series',
           itemStyle: {