Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
srm
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
aship
srm
Commits
86e49f03
Commit
86e49f03
authored
Jul 30, 2019
by
顾俭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix dictquery and add logo png
parent
8901ba9c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3 deletions
+4
-3
query.html
src/main/resources/static/app/srm/dictFile/query/query.html
+1
-1
logo.png
src/main/resources/static/img/logo.png
+0
-0
logo_sm.png
src/main/resources/static/img/logo_sm.png
+0
-0
index.html
src/main/resources/templates/index.html
+3
-2
No files found.
src/main/resources/static/app/srm/dictFile/query/query.html
View file @
86e49f03
...
...
@@ -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=
"query
Currencys
"
items-per-page=
"pageOption.size"
ng-change=
"query
Dict()
"
class=
"pagination-sm"
boundary-links=
"true"
rotate=
"false"
max-size=
"pageOption.maxSize"
previous-text=
"‹"
next-text=
"›"
first-text=
"«"
last-text=
"»"
></ul>
</div>
\ No newline at end of file
src/main/resources/static/img/logo.png
0 → 100644
View file @
86e49f03
5.97 KB
src/main/resources/static/img/logo_sm.png
0 → 100755
View file @
86e49f03
10.7 KB
src/main/resources/templates/index.html
View file @
86e49f03
...
...
@@ -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 -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment