From 9d8a56dec347f29424de259149dabceaa9c2075b Mon Sep 17 00:00:00 2001 From: chenjianxing Date: Wed, 29 Jul 2020 16:38:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8A=98=E5=8F=A0=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/common/components/MsAsideContainer.vue | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/frontend/src/business/components/common/components/MsAsideContainer.vue b/frontend/src/business/components/common/components/MsAsideContainer.vue index 354c2fa774..e040a5a491 100644 --- a/frontend/src/business/components/common/components/MsAsideContainer.vue +++ b/frontend/src/business/components/common/components/MsAsideContainer.vue @@ -43,7 +43,7 @@ z-index: 199; width: 8px; height: 50px; - top: calc((100vh - 80px)/2); + top: calc((100vh - 80px)/3); line-height: 50px; border-radius: 0 15px 15px 0; background-color: #acb7c1; @@ -59,7 +59,13 @@ } .hiddenBottom:hover { - opacity: 0.5; + opacity: 0.8; + width: 12px; + } + + .hiddenBottom:hover i { + margin-left: 0; + color: white; }