diff --git a/src/views/Editor/Canvas/index.vue b/src/views/Editor/Canvas/index.vue index 08906c85..05b06faa 100644 --- a/src/views/Editor/Canvas/index.vue +++ b/src/views/Editor/Canvas/index.vue @@ -360,7 +360,7 @@ provide(injectKeySlideScale, canvasScale) } .viewport-wrapper { position: absolute; - box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1); + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 0 12px 0 rgba(0, 0, 0, 0.1); } .viewport { position: absolute; diff --git a/src/views/Editor/CanvasTool/index.vue b/src/views/Editor/CanvasTool/index.vue index 7e3adce3..7a8ee100 100644 --- a/src/views/Editor/CanvasTool/index.vue +++ b/src/views/Editor/CanvasTool/index.vue @@ -290,7 +290,7 @@ const toggleNotesPanel = () => { } } .handler-item { - height: 24px; + height: 30px; font-size: 14px; margin: 0 2px; display: flex; diff --git a/src/views/Editor/EditorHeader/index.vue b/src/views/Editor/EditorHeader/index.vue index f4b25476..b35912af 100644 --- a/src/views/Editor/EditorHeader/index.vue +++ b/src/views/Editor/EditorHeader/index.vue @@ -182,7 +182,7 @@ const setDialogForExport = (type: DialogForExportTypes) => { } } .title { - height: 32px; + height: 30px; margin-left: 2px; font-size: 13px; @@ -191,11 +191,16 @@ const setDialogForExport = (type: DialogForExportTypes) => { height: 100%; padding-left: 0; padding-right: 0; + + ::v-deep(input) { + height: 28px; + line-height: 28px; + } } .title-text { min-width: 20px; max-width: 400px; - line-height: 32px; + line-height: 30px; padding: 0 6px; border-radius: $borderRadius; cursor: pointer; diff --git a/src/views/Mobile/MobileEditor/index.vue b/src/views/Mobile/MobileEditor/index.vue index 48ab5855..99419895 100644 --- a/src/views/Mobile/MobileEditor/index.vue +++ b/src/views/Mobile/MobileEditor/index.vue @@ -136,7 +136,7 @@ const handleClickBlankArea = () => { } .viewport-wrapper { position: relative; - box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1); + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 0 12px 0 rgba(0, 0, 0, 0.1); } .background { width: 100%;