diff --git a/src/pages.json b/src/pages.json index b254760..b299ac0 100644 --- a/src/pages.json +++ b/src/pages.json @@ -382,6 +382,13 @@ "navigationBarTitleText": "物价记录" } } , + { + "path": "pages/work/product/productPriceRecord/details", + "style": { + "navigationBarTitleText": "物价记录详情" + } + } + , { "path": "pages/work/product/productPriceRecord/addEdit", "style": { diff --git a/src/pages/calendar/index.vue b/src/pages/calendar/index.vue index 19550e8..1f0556a 100644 --- a/src/pages/calendar/index.vue +++ b/src/pages/calendar/index.vue @@ -470,7 +470,7 @@ page { } .calendar-view { - min-height: 400rpx; + min-height: 320rpx; overflow: visible; } @@ -604,10 +604,10 @@ page { :deep(.fc-col-header-cell) { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); - padding: 10rpx 0; + padding: 6rpx 0; font-weight: 600; color: #ffffff; - font-size: 24rpx; + font-size: 22rpx; border: none; } @@ -624,7 +624,7 @@ page { } :deep(.fc-daygrid-day-frame) { - min-height: 45px; + min-height: 35px; cursor: pointer; display: flex; flex-direction: column; @@ -663,14 +663,14 @@ page { } :deep(.solar-date) { - font-size: 24rpx; + font-size: 22rpx; font-weight: 600; color: #333; line-height: 1; } :deep(.lunar-date) { - font-size: 18rpx; + font-size: 16rpx; color: #999; line-height: 1; margin-top: 2rpx; diff --git a/src/pages/calendar/list.vue b/src/pages/calendar/list.vue index 74d4be1..02e310a 100644 --- a/src/pages/calendar/list.vue +++ b/src/pages/calendar/list.vue @@ -1,43 +1,13 @@