perf: 侧滑框整体样式调整
1.侧滑框的label、标题字色和字体大小统一; 2.修复chart侧滑框内部分下拉框无法显示的问题
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user