Commit 86e49f03 authored by 顾俭's avatar 顾俭

fix dictquery and add logo png

parent 8901ba9c
......@@ -81,7 +81,7 @@
<div ui-grid="gridOptions" ui-grid-selection ui-grid-resize-columns class="grid"></div>
<ul uib-pagination total-items="pageOption.totalElements" ng-model="pageOption.page"
items-per-page="pageOption.size" ng-change="queryCurrencys"
items-per-page="pageOption.size" ng-change="queryDict()"
class="pagination-sm" boundary-links="true" rotate="false" max-size="pageOption.maxSize"
previous-text="&lsaquo;" next-text="&rsaquo;" first-text="&laquo;" last-text="&raquo;"></ul>
</div>
\ No newline at end of file
......@@ -5,6 +5,7 @@
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<link href="img/favicon.ico" rel="icon"/>
<title>ESRM</title>
<!-- Tell the browser to be responsive to screen width -->
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport"/>
......@@ -32,11 +33,11 @@
<a href="" class="logo">
<!-- mini logo for sidebar mini 50x50 pixels -->
<span class="logo-mini">
<img style="width: 38px;" src="img/cy2.png"/>
<img style="width: 38px;" src="img/logo_sm.png"/>
</span>
<!-- logo for regular state and mobile devices -->
<span class="logo-lg">
<img style="width: 140px;" src="img/cy.png"/>
<img style="width: 140px;" src="img/logo.png"/>
</span>
</a>
<!-- Header Navbar: style can be found in header.less -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment