From b46bc2dba51a3885a68e4c58316b41a31ea16bb2 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 14 二月 2023 13:35:03 +0800
Subject: [PATCH] 1.存货档案修改
---
src/lib/v-gantt-chart/lib/gantt.scss | 9 +++++++--
1 files changed, 7 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..1723feb 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 {
@@ -147,6 +150,7 @@
}
&-scroll-y {
+ display: none;
overflow-y: scroll;
position: absolute;
z-index: 1000;
@@ -170,7 +174,8 @@
height: 17px;
&>div {
- height: 17px;
+ //height: 17px;
+ height: 8px;
}
}
-}
\ No newline at end of file
+}
--
Gitblit v1.9.3