修复 layer icon 不显示问题

pull/95/head
F4NNIU 2019-01-03 10:18:07 +08:00
parent 948b9e7ab8
commit 04edfbf5d2
2 changed files with 2 additions and 2 deletions

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