ФУНКЦИИ - МЕЖПРОЕКТНАЯ КОММУНИКАЦИЯ: календарная привязка Ганта на главной

This commit is contained in:
DCCONSTRUCTIONS
2026-04-24 03:01:54 +03:00
parent e5036fc95b
commit a8b6f9f9ce
3 changed files with 399 additions and 215 deletions
+37 -4
View File
@@ -1782,11 +1782,12 @@
position: absolute;
inset: 1rem 1rem 1rem 11.5rem;
z-index: 1;
display: grid;
gap: 0;
}
.nodedc-home-gantt-grid-column {
position: absolute;
top: 0;
bottom: 0;
min-height: 22rem;
border-left: 1px solid rgba(255, 255, 255, 0.04);
padding-left: 0.75rem;
@@ -1797,9 +1798,17 @@
text-transform: uppercase;
}
.nodedc-home-gantt-today-line {
position: absolute;
top: 0;
bottom: 0;
width: 2px;
background: rgba(var(--nodedc-card-active-rgb), 0.42);
box-shadow: 0 0 18px rgba(var(--nodedc-card-active-rgb), 0.28);
}
.nodedc-home-gantt-row {
display: grid;
grid-template-columns: minmax(7.5rem, 10rem) minmax(0, 1fr);
align-items: center;
gap: 1rem;
min-height: 3.45rem;
@@ -1846,6 +1855,31 @@
background: rgba(255, 255, 255, 0.18);
}
.nodedc-home-gantt-empty {
display: flex;
min-height: 14rem;
max-width: 32rem;
flex-direction: column;
justify-content: center;
border-radius: 1.6rem;
background: rgba(0, 0, 0, 0.2);
padding: 1.5rem;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.018) !important;
}
.nodedc-home-gantt-footnote {
position: sticky;
left: 1rem;
z-index: 2;
margin-top: 1rem;
width: fit-content;
border-radius: 999px;
background: rgba(255, 255, 255, 0.06);
padding: 0.5rem 0.8rem;
color: var(--text-color-secondary);
font-size: 0.72rem;
}
@media (max-width: 767px) {
.nodedc-home-gantt-card {
min-height: auto;
@@ -1875,7 +1909,6 @@
}
.nodedc-home-gantt-row {
grid-template-columns: minmax(7rem, 8.25rem) minmax(0, 1fr);
gap: 0.75rem;
min-height: 3.9rem;
}