guhongwei 4 years ago
parent
commit
5d0dfab346
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/service/parts/info.vue

+ 2 - 2
src/views/service/parts/info.vue

@@ -99,12 +99,12 @@ export default {
     margin: 0 0 5px 0;
     margin: 0 0 5px 0;
     .el-image {
     .el-image {
       width: 100%;
       width: 100%;
-      height: 100%;
+      height: 200px;
       margin: 0 0 5px 0;
       margin: 0 0 5px 0;
     }
     }
     /deep/.image-slot img {
     /deep/.image-slot img {
       width: 100%;
       width: 100%;
-      height: 100%;
+      height: 200px;
       vertical-align: top;
       vertical-align: top;
     }
     }
   }
   }