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>