From f59a500d24291d7f54b71dcca939a2a23dedca7c Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 18 六月 2020 17:52:03 +0800 Subject: [PATCH] 2020-06-18 --- src/views/mobdesign/index.scss | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/mobdesign/index.scss b/src/views/mobdesign/index.scss index 6322f93..085ccf3 100644 --- a/src/views/mobdesign/index.scss +++ b/src/views/mobdesign/index.scss @@ -38,13 +38,14 @@ .useable-component { position: absolute; - width: 300px; + width: 305px; top: 0; bottom: 0; left: -340px; background: #fff; opacity: 0; - transition: left 0.3s, opacity 0.3s; + transition: left 0.3s linear 0.1s, opacity 0.3s linear 0.1s; + overflow-y: auto; } } .mob-tool-content:hover { @@ -67,7 +68,7 @@ top: 0; height: 100%; width: 300px; - background: #262626; + background: #ffffff; box-shadow: 0px 2px 2px #000; } -- Gitblit v1.8.0