Skip to content

Commit

Permalink
5.0.85
Browse files Browse the repository at this point in the history
  • Loading branch information
sentsin committed Nov 15, 2017
1 parent a5d90f1 commit 4803de1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions dist/laydate.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/theme/default/laydate.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "layui-laydate",
"realname": "laydate",
"version": "5.0.8",
"version": "5.0.85",
"description": "日期与时间组件",
"main": "src/laydate.js",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions src/laydate.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
@Name : layDate 5.0.8 日期时间控件
@Name : layDate 5.0.85 日期时间控件
@Author: 贤心
@Site:http://www.layui.com/laydate/
@License:MIT
Expand Down Expand Up @@ -55,7 +55,7 @@
}

,laydate = {
v: '5.0.8'
v: '5.0.85'
,config: {} //全局配置项
,index: (window.laydate && window.laydate.v) ? 100000 : 0
,path: ready.getPath
Expand Down
2 changes: 1 addition & 1 deletion src/theme/default/laydate.css
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ html #layuicss-laydate{display: none; position: absolute; width: 1989px;}
.layui-laydate-content .laydate-day-prev,
.layui-laydate-content .laydate-day-next{color: #d2d2d2;}
.laydate-selected.laydate-day-prev,
.laydate-selected.laydate-day-next{color: #fff !important;}
.laydate-selected.laydate-day-next{background-color: #f8f8f8 !important;}
.layui-laydate-footer{border-top: 1px solid #e2e2e2;}
.layui-laydate-hint{color: #FF5722;}
.laydate-day-mark::after{background-color: #5FB878;}
Expand Down

0 comments on commit 4803de1

Please sign in to comment.