feat(Calendar): add position prop
This commit is contained in:
@@ -196,6 +196,7 @@ export default {
|
||||
| default-date | 默认选中的日期 | *Date \| Date[]* | 今天 | - |
|
||||
| row-height | 日期行高 | *number* | `64` | - |
|
||||
| formatter | 日期格式化函数 | *(day: Day) => Day* | - | - |
|
||||
| position | 弹出位置,可选值为 `top` `right` `left` | *string* | `bottom` | - |
|
||||
| poppable | 是否以弹层的形式展示日历 | *boolean* | `true` | - |
|
||||
| show-mark | 是否显示月份背景水印 | *boolean* | `true` | - |
|
||||
| show-confirm | 是否展示确认按钮 | *boolean* | `true` | - |
|
||||
|
||||
Reference in New Issue
Block a user