Skip to content

Commit 1af7881

Browse files
committed
fix: 通过样式修复隐藏group时出现多余的线条
1 parent 248b1b4 commit 1af7881

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/BootstrapBlazor.DockView/wwwroot/css/dockview-bb.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,6 @@
300300
z-index: -1 !important;
301301
}
302302

303-
/* .bb-dockview .dv-view-container > .dv-view:first-child:not(.visible) + .dv-view.visible::before {
303+
.bb-dockview .dv-split-view-container.dv-vertical > .dv-view-container > .dv-view:not(:first-child):not(.visible):before {
304304
height: 0;
305-
} */
305+
}

0 commit comments

Comments
 (0)