perf: 侧滑框整体样式调整

1.侧滑框的label、标题字色和字体大小统一;
2.修复chart侧滑框内部分下拉框无法显示的问题
This commit is contained in:
陈劲松
2020-02-10 20:28:29 +08:00
parent d87c10af16
commit 2698ed668f
7 changed files with 26 additions and 18 deletions

View File

@@ -25,7 +25,7 @@
</el-submenu>
<el-submenu index="1" popper-class="nz-submenu">
<template slot="title">
<div @click="jumpTo('dashboard')" :class ="(activeIndex == 'dashboard' || activeIndex == 'panel' || activeIndex == 'metricPreview') ? 'menu-active' :'' " >
<div @click="jumpTo('panel')" :class ="(activeIndex == 'panel' || activeIndex == 'metricPreview') ? 'menu-active' :'' " >
{{$t('overall.dashboard')}}
</div>
</template>