Skip to content

Commit 4803de1

Browse files
author
sentsin
committed
5.0.85
1 parent a5d90f1 commit 4803de1

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

dist/laydate.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/theme/default/laydate.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "layui-laydate",
33
"realname": "laydate",
4-
"version": "5.0.8",
4+
"version": "5.0.85",
55
"description": "日期与时间组件",
66
"main": "src/laydate.js",
77
"license": "MIT",

src/laydate.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
3-
@Name : layDate 5.0.8 日期时间控件
3+
@Name : layDate 5.0.85 日期时间控件
44
@Author: 贤心
55
@Site:http://www.layui.com/laydate/
66
@License:MIT
@@ -55,7 +55,7 @@
5555
}
5656

5757
,laydate = {
58-
v: '5.0.8'
58+
v: '5.0.85'
5959
,config: {} //全局配置项
6060
,index: (window.laydate && window.laydate.v) ? 100000 : 0
6161
,path: ready.getPath

src/theme/default/laydate.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ html #layuicss-laydate{display: none; position: absolute; width: 1989px;}
131131
.layui-laydate-content .laydate-day-prev,
132132
.layui-laydate-content .laydate-day-next{color: #d2d2d2;}
133133
.laydate-selected.laydate-day-prev,
134-
.laydate-selected.laydate-day-next{color: #fff !important;}
134+
.laydate-selected.laydate-day-next{background-color: #f8f8f8 !important;}
135135
.layui-laydate-footer{border-top: 1px solid #e2e2e2;}
136136
.layui-laydate-hint{color: #FF5722;}
137137
.laydate-day-mark::after{background-color: #5FB878;}

0 commit comments

Comments
 (0)