Browse Source

提升图片预览z-index

qinzhipeng_v@didiglobal.com 4 years ago
parent
commit
3934e414ce
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/projectManage/bugList/details/index.vue

+ 1 - 1
src/views/projectManage/bugList/details/index.vue

@@ -438,7 +438,7 @@
                 </span>
                 </span>
               </div>
               </div>
             </el-upload>
             </el-upload>
-            <el-image-viewer v-if="dialogVisible" :on-close="closeViewer" :url-list="srcList" />
+            <el-image-viewer v-if="dialogVisible" :on-close="closeViewer" :url-list="srcList" style="z-index: 999999;" />
           </section>
           </section>
         </el-main>
         </el-main>
         <el-main :style="type=='page'?{'padding': '20px 30px','margin-top': '10px'}:{'padding-left':'30px'}" class="layout_main">
         <el-main :style="type=='page'?{'padding': '20px 30px','margin-top': '10px'}:{'padding-left':'30px'}" class="layout_main">