Przeglądaj źródła

营销:优化商城装修组件

owen 1 rok temu
rodzic
commit
02678c6839

+ 4 - 4
sheep/components/s-menu-button/s-menu-button.vue

@@ -197,7 +197,7 @@
     },
     iconSize: {
       type: Number,
-      default: 96,
+      default: 80,
     },
     color: {
       type: String,
@@ -264,13 +264,13 @@
 
     .menu-icon {
       transform: translate(0, 0);
-      width: 98rpx;
-      height: 98rpx;
+      width: 80rpx;
+      height: 80rpx;
       padding-bottom: 10rpx;
     }
 
     .menu-title {
-      font-size: 30rpx;
+      font-size: 24rpx;
       color: #333;
     }
   }

+ 1 - 1
sheep/components/s-notice-block/s-notice-block.vue

@@ -32,7 +32,7 @@
 <style lang="scss" scoped>
   .notice-wrap {
     .icon-img {
-      height: 60rpx;
+      height: 56rpx;
     }
   }
 </style>