perf(layer): 初步集成 layer 弹层, 新增 useMove 拖拽 hooks

This commit is contained in:
就眠仪式
2021-11-01 01:02:21 +08:00
parent 5aa3544914
commit 32a2500d67
53 changed files with 925 additions and 210 deletions

BIN
src/css/icon-ext.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

BIN
src/css/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -462,16 +462,16 @@ html #layuicss-layer {
.layui-layer-btn {
text-align: right;
padding: 0 15px 12px;
padding: 8px 15px 12px;
pointer-events: auto;
user-select: none;
-webkit-user-select: none;
}
.layui-layer-btn a {
height: 28px;
line-height: 28px;
margin: 5px 5px 0;
height: 33px;
line-height: 33px;
margin: 0px 5px 0;
padding: 0 15px;
border: 1px solid #dedede;
background-color: #fff;

BIN
src/css/loading-0.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

BIN
src/css/loading-1.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 701 B

BIN
src/css/loading-2.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB