This commit is contained in:
Paidax
2024-12-11 15:10:08 +08:00
parent fe30f6e24b
commit 6ebbf5d576
7 changed files with 289 additions and 91 deletions
@@ -276,7 +276,7 @@ ol.list-style-none, ul.list-style-none {
width: 250px;
max-height: 50px;
height: 50px;
background: #001529;
background: #04436c;
}
.header .brand .navbar-brand {
@@ -468,7 +468,7 @@ ol.list-style-none, ul.list-style-none {
width: 250px;
height: calc(100vh - 50px);
overflow-y: auto;
background: #001529;
background: #04436c;
}
.sidebar::-webkit-scrollbar {
@@ -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">
@@ -35,9 +35,9 @@ const appModule = {
}
},
created() {
setTimeout(()=>{
// this.id = headerApp.appModuleId
this.enterEntranceModules({id: headerApp.appModuleId})
},500)
// setTimeout(()=>{
// // this.id = headerApp.appModuleId
// this.enterEntranceModules({id: headerApp.appModuleId})
// },500)
}
}