From 40b3f33db0814572950c43a5356712d1b468e0a3 Mon Sep 17 00:00:00 2001 From: sight <1453017105@qq.com> Date: Wed, 3 May 2023 14:36:46 +0800 Subject: [PATCH] =?UTF-8?q?laydate=20=E6=96=87=E6=A1=A3=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=20`circle`=20=E4=B8=BB=E9=A2=98=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/laydate/examples/theme.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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',