This commit is contained in:
Marta Kowalska
2026-01-28 14:26:58 +00:00
parent a34aa9ad0a
commit 87a05884a8
24 changed files with 627 additions and 445 deletions

11
demos/cases/ProExport.css Normal file
View File

@@ -0,0 +1,11 @@
.rselect {
width: 150px;
}
.wx-gantt .myMarker {
background-color: rgba(255, 84, 84, 0.77);
}
.gtcell {
position: relative;
height: calc(100% - 48px);
border-top: var(--wx-gantt-border);
}