Explorar el Código

修改甘特图顶部颜色

fujunwen hace 4 años
padre
commit
daef0464b5
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/utils/ganttChart/GanttChart.js

+ 2 - 2
src/utils/ganttChart/GanttChart.js

@@ -257,8 +257,8 @@ GanttChart.prototype.drawTimeZone = function() {
       x: 0,
       y: 0,
       width: this.cWidth,
-      height: 40,
-      fill: '#dbcccc',
+      height: 52,
+      fill: '#F8F9FA',
       radius: [2, 4],
     },
   })