qinzhipeng_v@didiglobal.com 4 years ago
parent
commit
d065796b3a
1 changed files with 2 additions and 2 deletions
  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>