yanghao 4 일 전
부모
커밋
b34494a9be
1개의 변경된 파일5개의 추가작업 그리고 4개의 파일을 삭제
  1. 5 4
      src/views/pms/qhse/kanban/index.vue

+ 5 - 4
src/views/pms/qhse/kanban/index.vue

@@ -310,7 +310,7 @@ function getHazardChartOption(): echarts.EChartsOption {
             ]),
             shadowBlur: 14,
             shadowColor: item.color,
-            borderRadius: [0, 0, 0, 0]
+            borderRadius: [5, 5, 0, 0]
           }
         })),
         barWidth: 70,
@@ -384,10 +384,11 @@ function getSafeDayChartOption(): echarts.EChartsOption {
   return {
     ...ANIMATION,
     grid: {
-      left: 92,
-      right: 18,
+      left: 52,
+      right: 32,
       top: 12,
-      bottom: 12
+      bottom: 24,
+      containLabel: true
     },
     tooltip: createTooltip({
       trigger: 'axis',