.left-container {
    height: 800px;
  }
  /* 左侧菜单字 */
  .gantt_grid_head_cell{
    font-size:18px;
    font-weight: bold;
  }
  .gantt_grid_scale .gantt_grid_head_cell{
    color:rgb(28, 160, 127);
  }
  /* 右侧条 */
  .gantt_task_line{
    border-radius : 5px
  }
   /* 任务线 */
   .gantt_task_line{
    /*background-color:rgb(150, 153, 156);*/
    height: 25px !important;
    line-height: 25px !important;
    margin-top: 4px;
    border: none !important;
  }

  /* 里程碑图标大小 */
  .gantt_milestone > .gantt_task_content{
    margin-top: 3px;
    width: 21px !important;
    height: 21px !important;
  }
  .gantt_task_progress{
    /* background-color:rgb(243, 224, 78); */
    background-color:#1890FF
    /* background-color:#42b983 */
  }
  /* 选中 */
  .gantt_task_row.gantt_selected{
    background:#f8ec3c31
  }
  .gantt_grid_data .gantt_row.gantt_selected{
    background:#f8ec3c31
  }
  .gantt_grid_data .gantt_row.odd.gantt_selected{
    background:#f8ec3c31
  }
  /* 表格线 */
  .gantt_task_cell{
    border-right: 0
  }
  /* 左侧图标 打开 */
  /* 主干 */
  .gantt_tree_icon.gantt_folder_open{
    background-image:url("/static/images/gantt/area.png");
    width: 18px;
    height: 100%;
    background-size:contain;
    background-position: 50%;
    margin-right:0.3rem
  }
  /* 分支 */
  .gantt_tree_icon.gantt_file{
    background-image:url("/static/images/gantt/wx1.png");
    width: 18px;
    height: 100%;
    background-size:contain;
    background-position: 50%;
    margin-right:0.3rem
  }
  [aria-label ~= "导弹1"] > .gantt_tree_icon.gantt_file{
    background-image:url("/static/images/gantt/dd.png")
  }
  [aria-label ~= "导弹2"] > .gantt_tree_icon.gantt_file{
    background-image:url("/static/images/gantt/dd.png")
  }
  /*.gantt_grid_data:last-child > gantt_file{*/
  /*  background-image:url("/static/images/gantt/dd.png");*/
  /*  width: 18px;*/
  /*  height: 100%;*/
  /*  background-size:contain;*/
  /*  background-position: 50%;*/
  /*  margin-right:0.3rem*/
  /*}*/
  /* 加号 */
  .gantt_tree_icon.gantt_open{
    background-image:url("/static/images/gantt/gantt_open.jpg");
    width: 18px;
    height: 100%;
    background-size:contain;
    background-position: 50%;
    margin-right:0.3rem
  }
  /* 左侧图标 关闭 */
  /* 主干 */
  .gantt_tree_icon.gantt_folder_closed{
    background-image:url("/static/images/gantt/area.png");
    width: 18px;
    height: 100%;
    background-size:contain;
    background-position: 50%;
    margin-right:0.3rem
  }
  /* 减号 */
  .gantt_tree_icon.gantt_close{
    background-image:url("/static/images/gantt/gantt_close.jpg");
    width: 18px;
    height: 100%;
    background-size:contain;
    background-position: 50%;
    margin-right:0.3rem
  }
  /* 左侧背景 */
  .gantt_grid_scale{
    background-color:#11a98318
  }
  .gantt_grid_data{
    /* background-color:#11a98318 */
    background-color:#11a98318
  }
  /* 右侧横条弹框 */
  .gantt_btn_set.gantt_save_btn_set{
    background-color:#1890FF
  }
  .gantt_btn_set.gantt_delete_btn_set{
    background-color:rgb(243, 224, 78);
  }
  .gantt_btn_set.gantt_cancel_btn_set{
    background-color:rgba(150, 153, 156, 0.27);
  }

