Browse Source

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

xiebeibei 4 years ago
parent
commit
8f058c58fb
1 changed files with 1 additions and 1 deletions
  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;*/
     }