vxe-gantt 4.3.12 → 4.3.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -588,19 +588,6 @@
588
588
  color: var(--vxe-ui-font-primary-color);
589
589
  }
590
590
  }
591
- .vxe-gantt-view--body-column {
592
- &.is--now {
593
- &::before {
594
- content: "";
595
- position: absolute;
596
- top: 0;
597
- left: 0;
598
- width: 1px;
599
- height: 100%;
600
- background-color: var(--vxe-ui-font-primary-color);
601
- }
602
- }
603
- }
604
591
  .vxe-gantt-view--header-column,
605
592
  .vxe-gantt-view--body-column,
606
593
  .vxe-gantt-view--footer-column {
@@ -627,6 +614,19 @@
627
614
  }
628
615
  }
629
616
 
617
+ .vxe-gantt-view--chart-now-line {
618
+ display: none;
619
+ position: absolute;
620
+ left: 0;
621
+ top: 0;
622
+ height: 100%;
623
+ width: 1px;
624
+ background-color: var(--vxe-ui-font-primary-color);
625
+ &.is--visible {
626
+ display: block;
627
+ }
628
+ }
629
+
630
630
  // 行高亮
631
631
  .vxe-gantt-view--body-row {
632
632
  &.row--stripe {