This commit is contained in:
Marta Kowalska
2025-10-22 08:13:59 +00:00
commit 80ca059fb8
162 changed files with 16816 additions and 0 deletions

12
demos/cases/GanttSort.css Normal file
View File

@@ -0,0 +1,12 @@
.demo.wx-fr1PMpDW {
display: flex;
flex-direction: column;
gap: 10px;
height: 100%;
}
.gtcell.wx-fr1PMpDW {
overflow: hidden;
border: var(--wx-gantt-border);
height: calc(100% - 32px);
}