Skip to content

Commit dfc4477

Browse files
committed
refactor: 微调样式
1 parent 3bfd752 commit dfc4477

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,16 +214,18 @@
214214
}
215215

216216
.bb-dockview .bb-dockview-aside-left {
217-
left: 2px;
217+
left: 0;
218+
border-right: 1px solid var(--bs-border-color);
218219
}
219220

220221
.bb-dockview .bb-dockview-aside-right {
221-
right: 0
222+
right: 0;
223+
border-left: 1px solid var(--bs-border-color);
222224
}
223225

224226
.bb-dockview .bb-dockview-aside > .bb-dockview-aside-button {
225227
position: relative;
226-
margin-inline: .25rem;
228+
margin: .25rem 2px;
227229
padding-inline: .5rem;
228230
cursor: pointer;
229231
user-select: none;

0 commit comments

Comments
 (0)