From c4386d5cc31d3e07b1b7ce33c784075d93e7f348 Mon Sep 17 00:00:00 2001 From: dqjdda <201507802@qq.com> Date: Sat, 16 Nov 2019 19:56:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9C=AC=E5=9C=B0=E5=AD=98?= =?UTF-8?q?=E5=82=A8=E9=A2=84=E8=A7=88=E5=85=B3=E9=97=AD=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E8=A2=AB=20header=E9=81=AE=E6=8C=A1=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/sidebar.scss | 4 ++-- src/views/tools/storage/local/index.vue | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/styles/sidebar.scss b/src/styles/sidebar.scss index 30fc5d7..6457bce 100644 --- a/src/styles/sidebar.scss +++ b/src/styles/sidebar.scss @@ -3,13 +3,13 @@ .main-container { min-height: 100%; transition: margin-left .28s; - margin-left: 195px; + margin-left: 193px; position: relative; } // 侧边栏 .sidebar-container { transition: width 0.28s; - width: 195px !important; + width: 193px !important; height: 100%; position: fixed; font-size: 0px; diff --git a/src/views/tools/storage/local/index.vue b/src/views/tools/storage/local/index.vue index 534f864..1c1f296 100644 --- a/src/views/tools/storage/local/index.vue +++ b/src/views/tools/storage/local/index.vue @@ -252,4 +252,7 @@ export default { /deep/ .el-image__error, .el-image__placeholder{ background: none; } + /deep/ .el-image-viewer__wrapper{ + top: 55px; + }