From 5fe3d702464f66deb184bc7410d158d1eee8b112 Mon Sep 17 00:00:00 2001 From: Pan Date: Mon, 19 Mar 2018 17:28:24 +0800 Subject: [PATCH] perf[editor-dashboard]: refine css --- src/components/PanThumb/index.vue | 2 +- src/views/dashboard/editor/index.vue | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/PanThumb/index.vue b/src/components/PanThumb/index.vue index 7b507805..f980b762 100644 --- a/src/components/PanThumb/index.vue +++ b/src/components/PanThumb/index.vue @@ -19,7 +19,7 @@ export default { }, zIndex: { type: Number, - default: 100 + default: 1 }, width: { type: String, diff --git a/src/views/dashboard/editor/index.vue b/src/views/dashboard/editor/index.vue index ae1f7995..dd9996ff 100644 --- a/src/views/dashboard/editor/index.vue +++ b/src/views/dashboard/editor/index.vue @@ -49,8 +49,7 @@ export default { .dashboard-editor-container { background-color: #e3e3e3; min-height: 100vh; - margin-top: -50px; - padding: 100px 60px 0px; + padding: 50px 60px 0px; .pan-info-roles { font-size: 12px; font-weight: 700;