v2.3.1
This commit is contained in:
18
demos/cases/GanttMinScaleUnit.css
Normal file
18
demos/cases/GanttMinScaleUnit.css
Normal file
@@ -0,0 +1,18 @@
|
||||
.demo.wx-megyPaP4 {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.bar.wx-megyPaP4 {
|
||||
padding: 20px;
|
||||
background-color: var(--wx-background);
|
||||
border: var(--wx-border);
|
||||
|
||||
--wx-input-width: 180px;
|
||||
}
|
||||
|
||||
.gantt.wx-megyPaP4 {
|
||||
position: relative;
|
||||
height: calc(100% - 74px);
|
||||
}
|
||||
Reference in New Issue
Block a user