pull/63/merge v5.0.85
sentsin 2017-11-16 07:57:23 +08:00
parent a5d90f1f05
commit 4803de1dba
5 changed files with 8 additions and 8 deletions

4
dist/laydate.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
{
"name": "layui-laydate",
"realname": "laydate",
"version": "5.0.8",
"version": "5.0.85",
"description": "日期与时间组件",
"main": "src/laydate.js",
"license": "MIT",

View File

@ -1,6 +1,6 @@
/**
@Name : layDate 5.0.8 日期时间控件
@Name : layDate 5.0.85 日期时间控件
@Author: 贤心
@Sitehttp://www.layui.com/laydate/
@LicenseMIT
@ -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

View File

@ -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;}