This commit is contained in:
sentsin
2016-11-30 15:48:30 +08:00
parent 2f2f5f110c
commit 7a2e9467de
25 changed files with 44 additions and 33 deletions

View File

@@ -7,7 +7,7 @@
**/
#layuicss-laydatecss{display:none; position: absolute; width:1989px;}
#layuicss-laydatecss{display: none; position: absolute; width: 1989px;}
.laydate_body .laydate_box, .laydate_body .laydate_box *{margin:0; padding:0;box-sizing:content-box;}
.laydate-icon,

View File

@@ -13,7 +13,7 @@
"use strict";
var Lay = function(){
this.v = '1.0.6'; //版本号
this.v = '1.0.7'; //版本号
};
Lay.fn = Lay.prototype;