|
|
@ -7,7 +7,7 @@ |
|
|
|
{ 'aui-sidebar--fold': $store.state.sidebarFold }, |
|
|
|
{ |
|
|
|
'aui-sidebar--noside': |
|
|
|
$store.state.sidebarActiveSubMenuList.length == 0, |
|
|
|
$store.state.sidebarActiveSubMenuList.length == 0 || $store.state.inIframe, |
|
|
|
}, |
|
|
|
{ 'z-iframe': $store.state.inIframe }, |
|
|
|
]" |
|
|
|