taylorchen709 / vue-admin

admin template based on vuejs2 and element.
https://taylorchen709.github.io/vue-admin/
MIT License
6.62k stars 2.69k forks source link

切换侧边栏 #104

Closed imaxing closed 2 years ago

imaxing commented 6 years ago

2018-02-07 17 08 59

877927262 commented 6 years ago

拷贝楼下的代码,解决 Home.vue

.menu-expanded { flex: 0 0 180px; width: 180px; .el-menu { width: 100% !important; } .el-submenu .el-menu-item { min-width: 0px !important; } }

xingxiangchao commented 6 years ago

.menu-expanded { flex: 0 0 230px; width: 230px; .el-menu { width: 100% !important; } .el-submenu .el-menu-item { min-width: 0px !important; } }

xushunyan commented 5 years ago

v-show改成v-if 有效