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); /* 阴影 */
}
.calendar-img {
width: 48rpx;
height: 48rpx;
width: 16px;
height: 16px;
}
.calendar-text {
font-size: 22rpx;