shaogen1995 3 년 전
부모
커밋
c0c6055458
3개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. BIN
      webM/src/assets/img/PuBc.jpg
  2. 1 0
      webM/src/views/Publications/Catalogues.vue
  3. 3 1
      webM/src/views/Publications/info.vue

BIN
webM/src/assets/img/PuBc.jpg


+ 1 - 0
webM/src/views/Publications/Catalogues.vue

@@ -83,6 +83,7 @@ export default {
     moveSwiper(val) {
       let dom = document.querySelector(".card");
       dom.style.opacity = 0;
+      // this.info={...this.info,imgUrl:require('@/assets/img/loading.gif')}
       setTimeout(() => {
         if (val === 0) {
           // 右滑减小

+ 3 - 1
webM/src/views/Publications/info.vue

@@ -92,14 +92,16 @@ export default {
     }
   }
   /deep/.main .one:nth-of-type(1) {
+    line-height: 22px;
     color: black;
     font-weight: 700;
     font-size: 18px;
     padding-left: 30px;
-    background: url("../../assets/img/Layout/chosen.png") left center no-repeat;
+    background: url("../../assets/img/Layout/chosen.png") left 4px no-repeat;
     background-size: 22px 18px;
   }
   /deep/.main .one:nth-of-type(2) {
+    line-height: 22px;
     padding-left: 30px;
     font-size: 18px;
     color: black;