diff --git a/docs/laydate/examples/theme.md b/docs/laydate/examples/theme.md index 3c4b48a5..5f722a8a 100644 --- a/docs/laydate/examples/theme.md +++ b/docs/laydate/examples/theme.md @@ -18,6 +18,12 @@ +
+ +
+ +
+
@@ -49,6 +55,12 @@ layui.use(function(){ theme: 'grid' }); + // 圆圈高亮主题 + laydate.render({ + elem: 'ID-laydate-theme-circle', + theme: 'circle' // 2.8+新增主题 + }); + // 混合主题 laydate.render({ elem: '#ID-laydate-theme-multi',