loulijun2021
2023-06-07 a93255e0a0334b51ecbaf3d8f496ad0fae1ed747
src/lib/v-gantt-chart/lib/gantt.scss
文件名从 src/components/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 {
@@ -118,6 +121,9 @@
  }
  &-blocks {
    border: 1px solid #eee;
    background-image: linear-gradient(rgba(236, 236, 236) 1px, transparent 0),
    linear-gradient(90deg, rgba(236, 236, 236) 1px, transparent 0);
    &-wrapper {
      overflow: hidden;
    }
@@ -147,6 +153,7 @@
  }
  &-scroll-y {
    display: none;
    overflow-y: scroll;
    position: absolute;
    z-index: 1000;
@@ -170,7 +177,8 @@
    height: 17px;
    &>div {
      height: 17px;
      //height: 17px;
      height: 8px;
    }
  }
}
}