shish 4 년 전
부모
커밋
879bc5c573
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      hdPad/src/pages/home/components/rightGoods.vue
  2. 2 2
      hdPad/src/pages/home/components/rightItem.vue

+ 1 - 1
hdPad/src/pages/home/components/rightGoods.vue

@@ -257,7 +257,7 @@ export default {
                                 font-size: 9upx;
                                 font-size: 9upx;
                             }
                             }
                             & > view:nth-child(2) {
                             & > view:nth-child(2) {
-                                font-size:8upx;
+                                font-size:7upx;
                             }
                             }
                         }
                         }
                     }
                     }

+ 2 - 2
hdPad/src/pages/home/components/rightItem.vue

@@ -145,7 +145,7 @@ export default {
                     width: 100%;
                     width: 100%;
                     font-size: 12upx;
                     font-size: 12upx;
                     color: #ffffff;
                     color: #ffffff;
-                    height:21upx;
+                    height:22upx;
                     & > view {
                     & > view {
                         & > view:nth-child(1) {
                         & > view:nth-child(1) {
                             overflow: hidden;
                             overflow: hidden;
@@ -155,7 +155,7 @@ export default {
                             font-size:9upx;
                             font-size:9upx;
                         }
                         }
                         & > view:nth-child(2) {
                         & > view:nth-child(2) {
-                            font-size:8upx;
+                            font-size:7upx;
                         }
                         }
                     }
                     }
                 }
                 }