loulijun2021
2023-02-02 fd092e06af2d6af8dfae723378bb3dd1c0445173
src/lib/v-gantt-chart/lib/components/time-line/index.vue
@@ -13,8 +13,8 @@
        class="gantt-timeline-day "
        :style="heightStyle"
      >
        {{ day.format("YYYY-MM-DD") }}
        {{ getDayMy(day.format("YYYY-MM-DD")) }}
        {{ day.format('YYYY-MM-DD') }}
        {{ getDayMy(day.format('YYYY-MM-DD')) }}
      </div>
      <div
        class="gantt-timeline-scale"
@@ -22,8 +22,8 @@
        style="border-right: 1px solid #eee"
      >
        <div
          v-for="(hour,index) in getTimeScales(day)"
          :key="index"
          v-for="(hour,ind) in getTimeScales(day)"
          :key="ind"
          :style="cellWidthStyle"
        >
          {{ hour }}
@@ -164,7 +164,7 @@
}
</script>
<style lang="scss" scoped>
.gantt-timeline-day{
.gantt-timeline-day {
  border-right: 1px solid #ebeef5;
  border-bottom: 1px solid #ebeef5;
  //background: rgb(245, 245, 245);