湖里大屏(进度计划):完成内层甘特图进度条显示
This commit is contained in:
parent
5628ba8033
commit
335829ef8c
@ -234,6 +234,7 @@ export default {
|
|||||||
border-left: 1px solid #234d5f;
|
border-left: 1px solid #234d5f;
|
||||||
.row-groups {
|
.row-groups {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
height: 42px;
|
||||||
&::before {
|
&::before {
|
||||||
content: '';
|
content: '';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -248,13 +249,11 @@ export default {
|
|||||||
z-index: 99;
|
z-index: 99;
|
||||||
}
|
}
|
||||||
&.open {
|
&.open {
|
||||||
|
height: unset;
|
||||||
&::before {
|
&::before {
|
||||||
border-left-color: transparent;
|
border-left-color: transparent;
|
||||||
border-top-color: #5be1f4;
|
border-top-color: #5be1f4;
|
||||||
}
|
}
|
||||||
.children {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
> .row .td:first-child {
|
> .row .td:first-child {
|
||||||
user-select: none;
|
user-select: none;
|
||||||
@ -306,7 +305,6 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.children {
|
.children {
|
||||||
display: none;
|
|
||||||
.td {
|
.td {
|
||||||
height: 38px;
|
height: 38px;
|
||||||
line-height: 38px;
|
line-height: 38px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user