fix(css): .scrollpanel 选择器缺逗号导致 VScrollPanel 无 width/height/overflow 样式(高度塌陷)
This commit is contained in:
parent
635bd76386
commit
8a92b95990
@ -402,7 +402,7 @@ hr {
|
|||||||
.accordion-item-info-selected {
|
.accordion-item-info-selected {
|
||||||
background-color: #e6e6e6;
|
background-color: #e6e6e6;
|
||||||
}
|
}
|
||||||
.scrollpanel
|
.scrollpanel,
|
||||||
.tabular-table {
|
.tabular-table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user