feat: 改变日历图标的大小

This commit is contained in:
2025-08-06 21:11:03 +08:00
parent c3e47c2813
commit fdce4b7947

View File

@@ -133,8 +133,8 @@ onMounted(() => {
box-shadow: 0 4rpx 8rpx rgba(0, 0, 0, 0.1); /* 阴影 */ box-shadow: 0 4rpx 8rpx rgba(0, 0, 0, 0.1); /* 阴影 */
} }
.calendar-img { .calendar-img {
width: 48rpx; width: 16px;
height: 48rpx; height: 16px;
} }
.calendar-text { .calendar-text {
font-size: 22rpx; font-size: 22rpx;