소스 검색

修改图片显示效果

mork 2 주 전
부모
커밋
ae1a2c973c
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      src/views/skmh/index.vue

+ 1 - 2
src/views/skmh/index.vue

@@ -55,9 +55,8 @@
           </div>
           <div class="server_list_box_table_item_image">
             <el-image
-              style="width: 690px; height: 410px"
+              style="width: 690px; height: 410px;background-size: cover;"
               :src="curUrl + item.c_picture"
-              fit="cover"
             />
           </div>
         </div>