mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-07 08:57:19 +08:00
fix: update
This commit is contained in:
parent
c935fce27b
commit
7d453fdca7
@ -17,10 +17,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.el-sub-menu__icon-arrow {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.main-container {
|
||||
height: 100vh;
|
||||
min-height: 100%;
|
||||
@ -405,6 +401,11 @@
|
||||
|
||||
// horizontal菜单折叠
|
||||
.el-menu--horizontal {
|
||||
& > .el-sub-menu .el-sub-menu__icon-arrow {
|
||||
position: static !important;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.el-menu--popup {
|
||||
background-color: $subMenuBg !important;
|
||||
|
||||
@ -578,14 +579,6 @@ body[layout="vertical"] {
|
||||
width: 54px !important;
|
||||
}
|
||||
|
||||
// .mobile {
|
||||
// width: 0 !important;
|
||||
|
||||
// .sidebar-container {
|
||||
// width: 0 !important;
|
||||
// }
|
||||
// }
|
||||
|
||||
.main-container {
|
||||
margin-left: 54px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user