commit
This commit is contained in:
@@ -158,6 +158,7 @@
|
||||
<div :style="{'background-image':'url('+LOGO_URL+')'}"
|
||||
style=" width: 250px;
|
||||
height: 80%;
|
||||
margin-top: 5px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
background-size: contain;"></div>
|
||||
@@ -165,7 +166,7 @@
|
||||
</div>
|
||||
|
||||
<ul class="nav navbar-nav" id="moduleCenter">
|
||||
<li style="padding:0 10px" class="vivify popIn duration-1500">
|
||||
<li style="padding:0 17px" class="vivify popIn duration-1500">
|
||||
<el-popover
|
||||
width="450"
|
||||
popper-class="appCenterPopover"
|
||||
@@ -271,9 +272,9 @@
|
||||
unique-opened
|
||||
:default-active="activeMenuIndex"
|
||||
:default-openeds="openedMenus"
|
||||
background-color="#001529"
|
||||
background-color="#04436c"
|
||||
text-color="#fff"
|
||||
active-text-color="#ffd04b">
|
||||
active-text-color="#ab9be7">
|
||||
<template v-for="firstMenu in leftMenus">
|
||||
<el-submenu :index="firstMenu.id" v-if="firstMenu.children.length>0">
|
||||
<template slot="title">
|
||||
|
||||
Reference in New Issue
Block a user