diff --git a/src/views/Home.vue b/src/views/Home.vue index 729dbc7..c6d5e8e 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -101,7 +101,7 @@ export default { display: flex; - $sideWidth: 260px; + $sideWidth: 240px; $headerHeight: 64px; .side-menus { &.collapsed { @@ -109,6 +109,7 @@ export default { } width: $sideWidth; + min-width: 120px; background: url('../assets/images/bg.jpg') center; background-size: cover; overflow-y: auto;