v2.3.1
This commit is contained in:
17
demos/cases/DropDownMenu.css
Normal file
17
demos/cases/DropDownMenu.css
Normal file
@@ -0,0 +1,17 @@
|
||||
.rows.wx-T6JFUSGo {
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.bar.wx-T6JFUSGo {
|
||||
padding: 12px;
|
||||
}
|
||||
.gtcell.wx-T6JFUSGo {
|
||||
position: relative;
|
||||
height: calc(100% - 56px);
|
||||
border-top: var(--wx-gantt-border);
|
||||
}
|
||||
Reference in New Issue
Block a user