no commit message

This commit is contained in:
季圣华
2017-08-30 00:12:14 +08:00
parent 7907b729b9
commit 0c917016d3
40 changed files with 6538 additions and 2449 deletions

View File

@@ -171,9 +171,9 @@ function tabCloseEven() {
return false;
});
//退出
$("#mm-exit").click(function () {
$('#mm').menu('hide');
//显示版权信息
$("#mm-version").click(function () {
window.open("https://gitee.com/jishenghua/JSH_ERP");
})
}

View File

@@ -55,8 +55,6 @@
.icon-filter{
background:url('icons/filter.png') no-repeat center center;
}
.icon-mini-add{
background:url('icons/mini_add.png') no-repeat center center;
}
@@ -92,4 +90,10 @@
}
.icon-excel{
background:url('icons/receipt-excel.png') no-repeat center center;
}
.icon-excel-new{
background:url('icons/excel1.png') no-repeat center center;
}
.icon-page-excel{
background:url('icons/page_excel.png') no-repeat center center;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB