mirror of
https://gitee.com/LongbowEnterprise/BootstrapBlazor.git
synced 2024-12-05 13:39:39 +08:00
!3533 feat(#I61AWP): update RibbonTab component add ribbon-body css
* Merge branch 'main' into feat/ribbon * chore: bump version 7.0.1 * chore: ribbon-body 更新样式
This commit is contained in:
parent
913cc65d16
commit
6dffc7c48a
@ -1,7 +1,7 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk.Razor">
|
||||
|
||||
<PropertyGroup>
|
||||
<Version>7.0.1-beta05</Version>
|
||||
<Version>7.0.1-beta08</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup Condition="'$(TargetFramework)' == 'net5.0'">
|
||||
|
@ -28,6 +28,10 @@
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.ribbon-tab.is-float:not(.is-expand) {
|
||||
--bb-ribbon-menu-body-height: 0px;
|
||||
}
|
||||
|
||||
.ribbon-tab .ribbon-header {
|
||||
position: relative;
|
||||
}
|
||||
@ -193,4 +197,5 @@
|
||||
.ribbon-tab .ribbon-body {
|
||||
border-top: var(--bs-border-width) solid var(--bs-border-color);
|
||||
padding: var(--bb-ribbon-body-padding);
|
||||
position: relative;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user