mirror of
https://gitee.com/anji-plus/report.git
synced 2026-03-20 09:38:35 +08:00
菜单
This commit is contained in:
@@ -94,11 +94,17 @@
|
||||
.sidebar-container .el-submenu .el-menu-item {
|
||||
min-width: 180px !important;
|
||||
background-color: #fff !important;
|
||||
|
||||
&:hover {
|
||||
color: #406be0 !important;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
.sidebar-container .el-submenu .el-menu-item{
|
||||
&.is-active{
|
||||
background-color: #406be0;
|
||||
}
|
||||
}
|
||||
.el-menu--collapse .el-menu .el-submenu {
|
||||
min-width: 180px !important;
|
||||
}
|
||||
|
||||
@@ -7,10 +7,7 @@
|
||||
<el-menu :show-timeout="200"
|
||||
:default-active="$route.path"
|
||||
:collapse="isCollapse"
|
||||
mode="vertical"
|
||||
background-color="#fff"
|
||||
text-color="#333"
|
||||
active-text-color="#222">
|
||||
mode="vertical">
|
||||
<sidebar-item v-for="route in routes"
|
||||
:key="route.path"
|
||||
:item="route"
|
||||
@@ -57,6 +54,7 @@ export default {
|
||||
font-weight: 500;
|
||||
color: #333;
|
||||
font-size: 14px;
|
||||
background: #fff;
|
||||
}
|
||||
.admin-title:hover {
|
||||
cursor: pointer;
|
||||
|
||||
Reference in New Issue
Block a user