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