!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:
Argo 2022-11-15 09:02:33 +00:00
parent 913cc65d16
commit 6dffc7c48a
2 changed files with 6 additions and 1 deletions

View File

@ -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'">

View File

@ -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;
}