diff --git a/miniprogram/components/calendar/index.less b/miniprogram/components/calendar/index.less index 753f69a..af6019c 100644 --- a/miniprogram/components/calendar/index.less +++ b/miniprogram/components/calendar/index.less @@ -7,10 +7,8 @@ flex-direction: column; .year { - color: var(--theme-text-secondary); display: flex; padding: 16rpx 32rpx; - background: transparent; align-items: center; margin-bottom: 24rpx; justify-content: space-between; @@ -52,16 +50,16 @@ .months { flex: 1; height: 0; - padding-bottom: 256rpx; + padding-bottom: 210rpx; .month { padding: 0 32rpx; .title { color: var(--theme-text); - font-size: 28rpx; + font-size: 32rpx; margin-top: 32rpx; - font-weight: 600; + font-weight: bold; } .days {