From bbb082371dba0b3f961ea69cfa47b093975e5c31 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Wed, 15 Dec 2021 11:26:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BB=AA=E8=A1=A8=E6=9D=BFTab=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E9=A2=84=E8=A7=88=E6=A8=A1=E5=BC=8F=E5=9B=BE=E5=B1=82?= =?UTF-8?q?=E4=B8=8D=E6=98=8E=E7=A1=AE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/canvas/components/Editor/Preview.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/components/canvas/components/Editor/Preview.vue b/frontend/src/components/canvas/components/Editor/Preview.vue index 19a7ea3f1e..d2f35995c4 100644 --- a/frontend/src/components/canvas/components/Editor/Preview.vue +++ b/frontend/src/components/canvas/components/Editor/Preview.vue @@ -313,4 +313,8 @@ export default { height: 0px!important; } + ::v-deep .el-tabs__nav{ + z-index: 0; + } +