作者 F4NNIU
提交者 Karson

!95 修复 layer icon 不显示问题

Merge pull request !95 from F4NNIU/fix-layer-icon
@@ -13,3 +13,4 @@ composer.lock @@ -13,3 +13,4 @@ composer.lock
13 *.css.map 13 *.css.map
14 !.gitkeep 14 !.gitkeep
15 .env 15 .env
  16 +.vscode
@@ -855,7 +855,7 @@ table.table-nowrap thead > tr > th { @@ -855,7 +855,7 @@ table.table-nowrap thead > tr > th {
855 } 855 }
856 .layui-layer-fast .layui-layer-setwin .layui-layer-close2, 856 .layui-layer-fast .layui-layer-setwin .layui-layer-close2,
857 .layui-layer-fast .layui-layer-setwin .layui-layer-close2:hover { 857 .layui-layer-fast .layui-layer-setwin .layui-layer-close2:hover {
858 - background: url('../libs/layer/dist/theme/default/icon.png') no-repeat -149px -31px !important; 858 + background: url('../libs/fastadmin-layer/dist/theme/default/icon.png') no-repeat -149px -31px !important;
859 top: -30px; 859 top: -30px;
860 right: -30px; 860 right: -30px;
861 } 861 }