From a93255e0a0334b51ecbaf3d8f496ad0fae1ed747 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 07 六月 2023 10:38:00 +0800
Subject: [PATCH] 1.生产入库有源单提交测试OK
---
src/lib/v-gantt-chart/lib/gantt.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/lib/v-gantt-chart/lib/gantt.vue b/src/lib/v-gantt-chart/lib/gantt.vue
index 850cdf4..8eedddd 100644
--- a/src/lib/v-gantt-chart/lib/gantt.vue
+++ b/src/lib/v-gantt-chart/lib/gantt.vue
@@ -4,7 +4,7 @@
@wheel="wheelHandle">
<div class="gantt-container"
:style="{height:`calc(100% - ${scrollXBarHeight}px)`,width:`calc(100% - ${scrollYBarWidth}px)`}">
- <!-- <div class="gantt-container"> -->
+ <!-- <div class="gantt-container"> -->
<div v-show="!hideHeader"
class="gantt-header"
:style="{width:`calc(100% + ${scrollYBarWidth}px)`}">
@@ -28,7 +28,7 @@
<div class="gantt-body"
:style="{height:`calc(100% - ${actualHeaderHeight}px)`}">
- <!-- <div class="gantt-body" style="height:500px"> -->
+ <!-- <div class="gantt-body" style="height:500px"> -->
<div class="gantt-table">
<div ref="marklineArea"
:style="{marginLeft:(titleWidth+50)+'px'}"
@@ -86,7 +86,7 @@
</template> -->
<template
- slot-scope="{data,item,getPositonOffset,getWidthAbout2Times,isInRenderingTimeRange}">
+ slot-scope="{data,item,getPositonOffset,getWidthAbout2Times,isInRenderingTimeRange}">
<slot name="block"
:data="data"
:item="item"
--
Gitblit v1.9.3