qinzhipeng_v@didiglobal.com 4 年之前
父节点
当前提交
d065796b3a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/projectManage/bugList/details/index.vue

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

@@ -433,8 +433,8 @@
                 </span>
               </div>
             </el-upload>
-            <el-dialog :visible.sync="dialogVisible" :modal-append-to-body="false" width="40%">
-              <img width="100%" :src="dialogImageUrl" alt="图片加载失败···" style="max-height: 60vh">
+            <el-dialog :visible.sync="dialogVisible" :modal-append-to-body="false" width="80%">
+              <img width="100%" :src="dialogImageUrl" alt="图片加载失败···">
             </el-dialog>
           </section>
         </el-main>