Commit 2f4743f0 authored by 黎博's avatar 黎博

修改颜色

parent b1e2afc6
...@@ -163,7 +163,7 @@ export default { ...@@ -163,7 +163,7 @@ export default {
} }
.el-aside { .el-aside {
background-color: #001528; background-color: #525E7C;
height: 100%; height: 100%;
} }
...@@ -172,22 +172,22 @@ export default { ...@@ -172,22 +172,22 @@ export default {
} }
.el-main { .el-main {
padding: 0px 10px 10px 10px; padding: 0px 10px 10px 0px;
}
/*组件过渡动画*/
.compAnimate-enter {
opacity: 0;
transform: translateY(-60px);
} }
// /*组件过渡动画*/
// .compAnimate-enter {
// opacity: 0;
// transform: translateY(-60px);
// }
// .compAnimate-leave-to { .compAnimate-leave-to {
// opacity: 0; opacity: 0;
// } }
// .compAnimate-enter-active { .compAnimate-enter-active {
// transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out;
// } }
// .compAnimate-leave-active { .compAnimate-leave-active {
// transition: all 0.2s ease; transition: all 0.2s ease;
// } }
</style> </style>
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
@click="toggle_collapse" @click="toggle_collapse"
>|||</div> --> >|||</div> -->
<!-- 左侧菜单栏 --> <!-- 左侧菜单栏 -->
<el-menu :collapse="getCollapseState" :collapse-transition="false" background-color="#001528" text-color="#fff" active-text-color="#ffd04b" router :default-active="activePath"> <el-menu :collapse="getCollapseState" :collapse-transition="false" background-color="#525E7C" text-color="#fff" active-text-color="#ffd04b" router :default-active="activePath">
<!-- 一级菜单:w --> <!-- 一级菜单:w -->
<el-submenu :index="item.id + ''" v-for="item in nav" :key="item.id"> <el-submenu :index="item.id + ''" v-for="item in nav" :key="item.id">
<template slot="title"> <template slot="title">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment