loulijun2021
2022-11-05 c4b49d08cef0805e17646eef03e1c1a62316c3b2
src/lib/v-gantt-chart/lib/gantt.scss
@@ -28,6 +28,9 @@
      color: #777;
      font-weight: bold;
      text-align: center;
      border-right: 1px solid #eee;
      border-bottom: 1px solid #eee;
    }
    &-timeline {
@@ -147,6 +150,7 @@
  }
  &-scroll-y {
    display: none;
    overflow-y: scroll;
    position: absolute;
    z-index: 1000;
@@ -170,7 +174,8 @@
    height: 17px;
    &>div {
      height: 17px;
      //height: 17px;
      height: 8px;
    }
  }
}
}