湖里大屏(进度计划):完成内层甘特图进度条显示

This commit is contained in:
Jack 2022-08-10 11:37:39 +08:00
parent 5628ba8033
commit 335829ef8c

View File

@ -234,6 +234,7 @@ export default {
border-left: 1px solid #234d5f;
.row-groups {
position: relative;
height: 42px;
&::before {
content: '';
position: absolute;
@ -248,13 +249,11 @@ export default {
z-index: 99;
}
&.open {
height: unset;
&::before {
border-left-color: transparent;
border-top-color: #5be1f4;
}
.children {
display: block;
}
}
> .row .td:first-child {
user-select: none;
@ -306,7 +305,6 @@ export default {
}
}
.children {
display: none;
.td {
height: 38px;
line-height: 38px;