Skip to content
On this page

日历组件 Calendar

基础用法

简单的日历组件用于装饰页面

2024 年 9 月
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
<template>
  <b-calendar></b-calendar>
</template>
<template>
  <b-calendar></b-calendar>
</template>

mini显示

简单的日历组件用于装饰页面

2024 年 9 月
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
2024 年 9 月
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
<template>
  <div flex>
    <div style="width: 300px">
      <b-calendar mini></b-calendar>
    </div>
    <div style="width: 300px">
      <b-calendar
        mini
        :body-style="{ border: 'none' }"
        :day-style="{ border: 'none', borderRadius: '4px' }"
      ></b-calendar>
    </div>
  </div>
</template>
<template>
  <div flex>
    <div style="width: 300px">
      <b-calendar mini></b-calendar>
    </div>
    <div style="width: 300px">
      <b-calendar
        mini
        :body-style="{ border: 'none' }"
        :day-style="{ border: 'none', borderRadius: '4px' }"
      ></b-calendar>
    </div>
  </div>
</template>

Props

参数说明类型可选值默认值
grid-height日期高度,不填默认 80String80px
text-align日期对其方式Stringleft center rightleft
mini迷你模式Booleanl—
body-style日期表body样式Object
day-style每天样式Object

Events

事件名说明返回值
prev上个月按钮事件
next下个月按钮事件
today今天按钮事件
selected选中某一天事件day