From 974b6b9f684f05e877b874fa8def0e1e18daed3b Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Tue, 13 Dec 2022 14:23:12 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=A7=BB=E5=8A=A8=E7=AB=AF):=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E6=89=8B=E6=9C=BA=E7=AB=AF=E6=9F=A5=E7=9C=8B=E4=BB=AA?= =?UTF-8?q?=E8=A1=A8=E6=9D=BF=E5=8E=9F=E6=9C=AC=E6=9C=AA=E8=A2=AB=E9=81=AE?= =?UTF-8?q?=E6=8C=A1=E7=9A=84=E8=A7=86=E5=9B=BE=EF=BC=8C=E6=94=BE=E5=A4=A7?= =?UTF-8?q?=E5=90=8E=E8=A2=AB=E9=81=AE=E6=8C=A1=E4=BA=86=E9=83=A8=E5=88=86?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98=20#3967?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/canvas/components/editor/Preview.vue | 8 -------- .../src/components/canvas/customComponent/UserView.vue | 9 +++++++++ 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/frontend/src/components/canvas/components/editor/Preview.vue b/frontend/src/components/canvas/components/editor/Preview.vue index 59e9220595..a2232340e1 100644 --- a/frontend/src/components/canvas/components/editor/Preview.vue +++ b/frontend/src/components/canvas/components/editor/Preview.vue @@ -783,14 +783,6 @@ export default { padding: 10px 20px 20px; } -.mobile-dialog-css ::v-deep .el-dialog__headerbtn { - top: 7px -} - -.mobile-dialog-css ::v-deep .el-dialog__body { - padding: 0px; -} - ::-webkit-scrollbar { width: 0px !important; height: 0px !important; diff --git a/frontend/src/components/canvas/customComponent/UserView.vue b/frontend/src/components/canvas/customComponent/UserView.vue index ab9caf23a6..5e0ef1e4df 100644 --- a/frontend/src/components/canvas/customComponent/UserView.vue +++ b/frontend/src/components/canvas/customComponent/UserView.vue @@ -1263,4 +1263,13 @@ export default { z-index: 2; display: block !important; } + + +.mobile-dialog-css ::v-deep .el-dialog__headerbtn { + top: 7px +} + +.mobile-dialog-css ::v-deep .el-dialog__body { + padding: 0px; +}