From 8f2539cbdcd665cc2ce91f1f888d19194234f398 Mon Sep 17 00:00:00 2001 From: fit2cloudrd Date: Tue, 25 Jan 2022 12:02:51 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E5=8A=A8=E7=AB=AF?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: wangjiahao <1522128093@qq.com> --- frontend/src/components/canvas/components/Editor/Preview.vue | 4 +++- .../canvas/custom-component/UserViewMobileDialog.vue | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/canvas/components/Editor/Preview.vue b/frontend/src/components/canvas/components/Editor/Preview.vue index 98e5af8d00..17690278c3 100644 --- a/frontend/src/components/canvas/components/Editor/Preview.vue +++ b/frontend/src/components/canvas/components/Editor/Preview.vue @@ -40,7 +40,6 @@ > > .el-dialog__headerbtn { + top: 7px + } .mobile-dialog-css > > > .el-dialog__body { padding: 0px; } diff --git a/frontend/src/components/canvas/custom-component/UserViewMobileDialog.vue b/frontend/src/components/canvas/custom-component/UserViewMobileDialog.vue index 5825da271f..87a4f60b24 100644 --- a/frontend/src/components/canvas/custom-component/UserViewMobileDialog.vue +++ b/frontend/src/components/canvas/custom-component/UserViewMobileDialog.vue @@ -89,5 +89,6 @@ export default { } .full-div{ background-size:100% 100% !important; + padding: 5px 0px 5px 0px !important; }