修正 laydate 圆圈主题示例选择器

This commit is contained in:
贤心
2023-05-03 20:01:35 +08:00
parent af76b43f13
commit 0681ad8ba4

View File

@@ -58,7 +58,7 @@ layui.use(function(){
// 圆圈高亮主题
laydate.render({
elem: 'ID-laydate-theme-circle',
elem: '#ID-laydate-theme-circle',
theme: 'circle' // 2.8+新增主题
});