From bb1947630c062017806f256060709f1c9f0c468d Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Fri, 24 Sep 2021 18:28:11 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=E4=BB=A3=E7=A0=81=E5=9B=9E=E9=80=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/canvas/components/Editor/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/canvas/components/Editor/index.vue b/frontend/src/components/canvas/components/Editor/index.vue index e4d605547a..f39215d14a 100644 --- a/frontend/src/components/canvas/components/Editor/index.vue +++ b/frontend/src/components/canvas/components/Editor/index.vue @@ -680,7 +680,8 @@ export default { position: relative; /*background: #fff;*/ margin: auto; - overflow-x: hidden; + /*会影响设置组件不能出现在最高层*/ + /*overflow-x: hidden;*/ background-size:100% 100% !important; /*transform-style:preserve-3d;*/ .lock {