guhongwei 5 년 전
부모
커밋
73709c7a17
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      src/layout/supermarket/fabu.vue

+ 4 - 0
src/layout/supermarket/fabu.vue

@@ -108,9 +108,13 @@ export default {
   margin: 0 0 10px 0;
 }
 .fabuList .image {
+  display: none;
   width: 100px;
   height: 97px;
 }
+.fabuList .image:first-child {
+  display: block;
+}
 .fabuListInfo {
   padding: 0 20px;
   width: 475px;