Skip to content

Commit 45e8e3d

Browse files
committed
style: 移除边框样式
1 parent be01fe7 commit 45e8e3d

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@
2727
--dv-tabs-and-actions-container-font-size: 12px;
2828
}
2929

30-
.bb-dockview .dv-resize-container {
31-
border: 1px solid var(--bs-border-color);
32-
}
33-
3430
.bb-dockview .bb-dockview-panel {
3531
height: 100%;
3632
width: 100%;
@@ -283,4 +279,4 @@
283279

284280
.bb-dockview .bb-overflowHidden {
285281
overflow: hidden;
286-
}
282+
}

0 commit comments

Comments
 (0)