From 5e0f20b4cdacaa46219cfda98a2a4e5ecc755db1 Mon Sep 17 00:00:00 2001 From: gyub <17871031426@163.com> Date: Fri, 29 Nov 2024 01:00:44 +0000 Subject: [PATCH] update docs/components/calendar.md. --- docs/components/calendar.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/components/calendar.md b/docs/components/calendar.md index 6d1fe2c..8e8f9ad 100644 --- a/docs/components/calendar.md +++ b/docs/components/calendar.md @@ -216,6 +216,8 @@ | toolTip | 顶部提示文字,如设置名为`tooltip`的`slot`,此参数将失效 | String | 选择日期 | - | | closeable | 是否显示右上角的关闭图标 | Boolean | true | false | | blur | 遮罩高斯模糊度数,默认0 | Number \| String | 0 | - | +| submitColor| 提交按钮的默认颜色 | String | #303133 | - | +| submitBColor| 提交按钮的默认背景颜色 | String | #303133 | - | ### Slot @@ -229,7 +231,8 @@ |事件名|说明|回调参数| |:-|:-|:-|:-| -| change | 点击右上角`确定`按钮时触发 | 选择日期相关的返回参数 | +| change | 点击下方`确定`按钮时触发 | 选择日期相关的返回参数 | +| close | 点击右上角`关闭`按钮时触发 | 关掉日期弹窗 | -- Gitee