|
@@ -4,7 +4,7 @@
|
|
|
:class="$ifLeftMenu(menuData.index) ? 'menuMainBoxA' : 'menuMainBox'"
|
|
|
:style="{
|
|
|
width: menuData.boxWidth ? menuData.boxWidth + 'px' : '410px',
|
|
|
- height: menuData.boxHeight + 'px',
|
|
|
+ height: menuData.boxHeight ? menuData.boxHeight + 'px' : 'auto',
|
|
|
border: menuData.type !== 'chart' ? '' : '1px solid #2FB8FF',
|
|
|
background: menuData.boxBackground ? menuData.boxBackground : ''
|
|
|
}"
|