|
@@ -111,6 +111,7 @@
|
|
|
<el-menu-item
|
|
<el-menu-item
|
|
|
:index="item.externalLink"
|
|
:index="item.externalLink"
|
|
|
v-for="(item, index) in menuList"
|
|
v-for="(item, index) in menuList"
|
|
|
|
|
+ :class="{report:item.versions}"
|
|
|
:key="index"
|
|
:key="index"
|
|
|
><span class="menuName">{{ item.menuName }}</span><div class="versions" v-if="item.versions"><span>V</span><span>{{ item.versions }}</span></div></el-menu-item
|
|
><span class="menuName">{{ item.menuName }}</span><div class="versions" v-if="item.versions"><span>V</span><span>{{ item.versions }}</span></div></el-menu-item
|
|
|
>
|
|
>
|
|
@@ -440,10 +441,13 @@ export default {
|
|
|
li {
|
|
li {
|
|
|
font-size: 18px;
|
|
font-size: 18px;
|
|
|
border-bottom: 0;
|
|
border-bottom: 0;
|
|
|
- padding: 0 60px 0 20px;
|
|
|
|
|
|
|
+ padding: 0 20px;
|
|
|
line-height: 64px;
|
|
line-height: 64px;
|
|
|
height: 60px;
|
|
height: 60px;
|
|
|
position: relative;
|
|
position: relative;
|
|
|
|
|
+ &.report{
|
|
|
|
|
+ padding: 0 60px 0 20px;
|
|
|
|
|
+ }
|
|
|
&.is-active {
|
|
&.is-active {
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
background-color: rgba(0, 0, 0, 0.2) !important;
|
|
background-color: rgba(0, 0, 0, 0.2) !important;
|