Skip to content

Commit 6f6ca5c

Browse files
committed
style: 调整样式
1 parent b6911bf commit 6f6ca5c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/BootstrapBlazor/Components/Tab/Tab.razor.scss

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -669,9 +669,23 @@
669669
display: none;
670670
align-items: center;
671671
height: 100%;
672+
padding: 3px 0.5rem;
672673

673674
.tabs-nav-toolbar-button {
674675
cursor: pointer;
676+
padding: 0 .75rem;
677+
height: 100%;
678+
display: flex;
679+
align-items: center;
680+
border-radius: var(--bs-border-radius);
681+
682+
&:not(.disabled):not(:disabled):hover {
683+
background-color: var(--bb-tabs-item-hover-bg-color);
684+
}
685+
686+
.btn {
687+
padding: 0;
688+
}
675689
}
676690
}
677691
}

0 commit comments

Comments
 (0)