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;