diff --git a/docs/laydate/detail/options.md b/docs/laydate/detail/options.md index 812c7954..ffca07bd 100644 --- a/docs/laydate/detail/options.md +++ b/docs/laydate/detail/options.md @@ -436,6 +436,7 @@ btns: ['clear', 'confirm'] 是否在选中目标值时即自动确认。 +
当开启 `range` 属性时,该属性无效。 boolean @@ -486,6 +487,13 @@ theme: '#FF5722' theme: ['grid', '#FF5722'] ``` +若第 1 个成员为 hex 格式的主色值,则第 2 个成员为辅色值 + +``` +// 主色、辅色 --- 2.8.4 新增 +theme: ['#16baaa', '#16b777'] +``` + 效果及用法详见: [#示例](#demo-theme)