From 0681ad8ba42589728cd30ee4041299f5a870e301 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=A4=E5=BF=83?= <3277200+sentsim@users.noreply.github.com> Date: Wed, 3 May 2023 20:01:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=20laydate=20=E5=9C=86?= =?UTF-8?q?=E5=9C=88=E4=B8=BB=E9=A2=98=E7=A4=BA=E4=BE=8B=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/laydate/examples/theme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/laydate/examples/theme.md b/docs/laydate/examples/theme.md index ed1a5a23..eca79665 100644 --- a/docs/laydate/examples/theme.md +++ b/docs/laydate/examples/theme.md @@ -58,7 +58,7 @@ layui.use(function(){ // 圆圈高亮主题 laydate.render({ - elem: 'ID-laydate-theme-circle', + elem: '#ID-laydate-theme-circle', theme: 'circle' // 2.8+新增主题 });