From 9edc20f04ae1cdc847a2f709831b8d0e6f4f0eda Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 07 六月 2023 14:47:36 +0800
Subject: [PATCH] 1.生产入库无源单提交测试OK   生产入库开发完成2.MES工单 流程单新增工单编码二维码

---
 src/lib/v-gantt-chart/lib/gantt.scss |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/src/lib/v-gantt-chart/lib/gantt.scss b/src/lib/v-gantt-chart/lib/gantt.scss
index 6c06552..3e5fd86 100644
--- a/src/lib/v-gantt-chart/lib/gantt.scss
+++ b/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 {
@@ -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;
     }
   }
-}
\ No newline at end of file
+}

--
Gitblit v1.9.3