From 22785c32330d77a27236d091979cb75a3d562260 Mon Sep 17 00:00:00 2001 From: "qixian.cs@outlook.com" Date: Thu, 7 Jun 2018 17:27:19 +0800 Subject: [PATCH] Adjust the siderbar style --- src/components/SiderMenu/index.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/SiderMenu/index.less b/src/components/SiderMenu/index.less index 6b06dd6a..3ef766f7 100644 --- a/src/components/SiderMenu/index.less +++ b/src/components/SiderMenu/index.less @@ -30,10 +30,12 @@ position: relative; z-index: 10; &.light { + box-shadow: 2px 0 8px 0 rgba(29, 35, 41, 0.05); background-color: white; .logo { background: white; border-bottom: 1px solid @border-color-split; + border-right: 1px solid @border-color-split; h1 { color: @primary-color; } -- GitLab