Skip to content

Commit a69cff4

Browse files
committed
refactor: 更新样式
1 parent 0afa3f8 commit a69cff4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@
8282
position: relative;
8383
display: flex;
8484
height: 100%;
85+
86+
.bb-cm-zone {
87+
display: flex;
88+
flex-wrap: nowrap;
89+
}
8590
}
8691

8792
.tabs-nav-wrap {
@@ -553,6 +558,7 @@
553558
display: flex;
554559
align-items: center;
555560
border-radius: var(--bs-border-radius);
561+
user-select: none;
556562

557563
&:hover {
558564
background-color: var(--bb-tabs-item-hover-bg-color);

0 commit comments

Comments
 (0)