From 1e02a63d1ccc92081189dfa73968e0591533a0ae Mon Sep 17 00:00:00 2001 From: "luk.lu" Date: Sat, 12 Jan 2019 19:59:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E5=B7=A6=E8=BE=B9=E6=A0=8F?= =?UTF-8?q?=E7=9A=84min-width:120px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Home.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;