浏览代码

解决平面图编辑器左侧层级太高遮住弹窗

xiebeibei 4 年之前
父节点
当前提交
8f058c58fb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/editer.vue

+ 1 - 1
src/views/editer.vue

@@ -88,7 +88,7 @@ export default {
     .left_toolbar {
       position: absolute;
       height: 100%;
-      z-index: 1001;
+      /*z-index: 1001;*/
       /*left: 12px;*/
       /*top: 12px;*/
     }