hookehuyr

style(calendar): 调整紧凑模式下日历底部内边距

1 <!-- 1 <!--
2 * @Date: 2025-01-25 15:34:17 2 * @Date: 2025-01-25 15:34:17
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2026-01-21 16:03:33 4 + * @LastEditTime: 2026-01-22 20:26:40
5 - * @FilePath: /mlaj/src/components/ui/CollapsibleCalendar.vue 5 + * @FilePath: /mlaj/src/components/calendar/CollapsibleCalendar.vue
6 * @Description: 可折叠日历组件 6 * @Description: 可折叠日历组件
7 --> 7 -->
8 <template> 8 <template>
...@@ -434,6 +434,8 @@ defineExpose({ ...@@ -434,6 +434,8 @@ defineExpose({
434 434
435 // 紧凑模式下的样式控制 435 // 紧凑模式下的样式控制
436 &.is-compact { 436 &.is-compact {
437 + padding-bottom: 5px;
438 +
437 .calendar-header { 439 .calendar-header {
438 max-height: 0; 440 max-height: 0;
439 margin-bottom: 0; 441 margin-bottom: 0;
......