营销:优化商城装修组件

This commit is contained in:
owen
2023-12-15 17:12:01 +08:00
parent f289b1ae83
commit 02678c6839
2 changed files with 5 additions and 5 deletions
@@ -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;
}
}