Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sentsim committed May 7, 2021
1 parent 726cdd9 commit aeebdc4
Show file tree
Hide file tree
Showing 36 changed files with 1,175 additions and 820 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "layui",
"main": "dist/layui.js",
"version": "2.6.5",
"version": "2.6.6",
"homepage": "https://github.com/sentsin/layui",
"authors": [
"sentsin <xu@sentsin.com>"
Expand Down
2 changes: 1 addition & 1 deletion dist/css/layui.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/modules/laydate/default/laydate.css

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

7 changes: 4 additions & 3 deletions dist/layui.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions examples/all.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
,util = layui.util
,laydate = layui.laydate;

layer.msg('hello');
layer.closeAll();
layer.msg('hello layui');
//layer.closeAll();

//自动测试
(function(run){
Expand Down
2 changes: 1 addition & 1 deletion examples/button.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<div class="layui-btn-container">
<a href="" class="layui-btn layui-btn-primary">原始按钮</a>
<a href="" class="layui-btn">默认按钮</a>
<div class="layui-btn">默认按钮</div>
<button class="layui-btn layui-btn-normal">百搭按钮</button>
<button class="layui-btn layui-btn-warm">暖色按钮</button>
<button class="layui-btn layui-btn-danger">警告按钮</button>
Expand Down

0 comments on commit aeebdc4

Please sign in to comment.