fix(css): .scrollpanel 选择器缺逗号导致 VScrollPanel 无 width/height/overflow 样式(高度塌陷)

This commit is contained in:
yumoqing 2026-08-25 15:05:21 +08:00
parent 635bd76386
commit 8a92b95990

View File

@ -402,7 +402,7 @@ hr {
.accordion-item-info-selected {
background-color: #e6e6e6;
}
.scrollpanel
.scrollpanel,
.tabular-table {
width: 100%;
height: 100%;