diff --git a/sheep/components/s-menu-button/s-menu-button.vue b/sheep/components/s-menu-button/s-menu-button.vue index 50886d0..110c492 100644 --- a/sheep/components/s-menu-button/s-menu-button.vue +++ b/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; } } diff --git a/sheep/components/s-notice-block/s-notice-block.vue b/sheep/components/s-notice-block/s-notice-block.vue index c0c7665..1ac4942 100644 --- a/sheep/components/s-notice-block/s-notice-block.vue +++ b/sheep/components/s-notice-block/s-notice-block.vue @@ -32,7 +32,7 @@