!95 修复 layer icon 不显示问题

Merge pull request !95 from F4NNIU/fix-layer-icon
pull/95/MERGE
F4NNIU 2019-01-11 16:38:37 +08:00 committed by Karson
commit 91919dbf0b
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -13,3 +13,4 @@ composer.lock
*.css.map
!.gitkeep
.env
.vscode

View File

@ -855,7 +855,7 @@ table.table-nowrap thead > tr > th {
}
.layui-layer-fast .layui-layer-setwin .layui-layer-close2,
.layui-layer-fast .layui-layer-setwin .layui-layer-close2:hover {
background: url('../libs/layer/dist/theme/default/icon.png') no-repeat -149px -31px !important;
background: url('../libs/fastadmin-layer/dist/theme/default/icon.png') no-repeat -149px -31px !important;
top: -30px;
right: -30px;
}

File diff suppressed because one or more lines are too long