@@ -51,7 +51,7 @@
background-color="#132444"
active-text-color="#fff"
:style="`height:${
- switchTabShow() ? 'calc(100% - 72px - 80px)' : '100%'
+ switchTabShow() ? 'calc(100% - 72px - 80px + 29px)' : '100%'
};margin-top:${switchTabShow() ? '30px' : '0'};${
showMenuData?.[0]?.width && !isCollapse
? `width: ${showMenuData?.[0]?.width}`
@@ -554,7 +554,7 @@ export default {
.homeLeaf {
width: 25%;
- height: 100%;
+ height: calc(100% + 12px);
.powerName {
span {