From b31b364c162fc917c51d5559aed67dac2593413e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=A4=E5=BF=83?= <3277200+sentsim@users.noreply.github.com> Date: Thu, 14 Sep 2023 11:53:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20laydate=20=E7=94=A8?= =?UTF-8?q?=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/laydate.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/laydate.html b/examples/laydate.html index 20be4cc2..faa9fe7a 100644 --- a/examples/laydate.html +++ b/examples/laydate.html @@ -17,7 +17,7 @@ body{padding: 50px 100px;}
- +

@@ -157,7 +157,7 @@ layui.use('laydate', function(laydate){ laydate.render({ elem: '#test-first', min: 0, - shade: [0.1, '#ddd'], + shade: [0.1, '#000'], //max: '2016-12-30', done: function(){ console.log('done',arguments);