Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
smart
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
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
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangqinghua
smart
Commits
8bbea67d
Commit
8bbea67d
authored
Jun 10, 2019
by
wangqinghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
IE10兼容
parent
f225f1e1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
37 additions
and
8 deletions
+37
-8
app.route.ts
src/main/webapp/app/app.route.ts
+0
-0
home.component.html
src/main/webapp/app/home/home.component.html
+7
-0
main.component.html
src/main/webapp/app/layouts/main/main.component.html
+1
-1
main.component.ts
src/main/webapp/app/layouts/main/main.component.ts
+11
-1
sidebar.component.html
src/main/webapp/app/layouts/sidebar/sidebar.component.html
+6
-1
login.component.html
src/main/webapp/app/shared/login/login.component.html
+2
-1
documentation.css
src/main/webapp/content/css/documentation.css
+1
-1
global.css
src/main/webapp/content/css/global.css
+7
-1
logo_gaocun.png
src/main/webapp/content/images/logo_gaocun.png
+0
-0
index.html
src/main/webapp/index.html
+2
-2
No files found.
src/main/webapp/app/app.route.ts
View file @
8bbea67d
This diff is collapsed.
Click to expand it.
src/main/webapp/app/home/home.component.html
View file @
8bbea67d
...
...
@@ -104,6 +104,9 @@
</ng-container>
</div>
</nz-col>
</nz-row>
<nz-row
[
nzGutter
]="
10
"
>
<nz-col
class=
"padding-10"
nzSpan=
"12"
>
<div
class=
"host-item-title"
>
运行情况统计
</div>
<div
class=
"host-item-table"
style=
"height: 500px"
>
...
...
@@ -138,6 +141,8 @@
<div
echarts
[
options
]="
rightTwoChart
"
style=
"height: 250px;width: 100%"
></div>
</div>
</nz-col>
</nz-row>
<nz-row
[
nzGutter
]="
10
"
>
<nz-col
class=
"padding-10"
nzSpan=
"12"
>
<div
class=
"host-item-title"
>
接口流量排行
</div>
<div
class=
"host-item-table"
style=
"height: 500px"
>
...
...
@@ -174,6 +179,8 @@
</ng-container>
</div>
</nz-col>
</nz-row>
<nz-row
[
nzGutter
]="
10
"
>
<nz-col
class=
"padding-10"
nzSpan=
"16"
>
<div
class=
"host-item-title"
>
网络拓扑图
</div>
<div
class=
"time-group"
style=
"top: 18px;"
>
...
...
src/main/webapp/app/layouts/main/main.component.html
View file @
8bbea67d
...
...
@@ -3,7 +3,7 @@
<nz-sider
[
nzWidth
]="
200
"
>
<jhi-sidebar></jhi-sidebar>
</nz-sider>
<nz-layout>
<nz-layout
class=
"layout-content"
>
<jhi-navbar></jhi-navbar>
<nz-content>
<div
class=
"container"
#
container
>
...
...
src/main/webapp/app/layouts/main/main.component.ts
View file @
8bbea67d
...
...
@@ -12,7 +12,17 @@ import {Subscription} from 'rxjs';
@
Component
({
selector
:
'jhi-main'
,
templateUrl
:
'./main.component.html'
,
styles
:[
`
styles
:[
`
.layout{
display: -ms-flexbox;
-ms-flex-direction:row;
background-color: #193250;
}
.layout-content{
display: -ms-flexbox;
-ms-flex-direction: column;
-ms-flex: auto;
}
`
]
})
export
class
JhiMainComponent
implements
OnInit
{
...
...
src/main/webapp/app/layouts/sidebar/sidebar.component.html
View file @
8bbea67d
<div
class=
"logo"
>
智能运维监管平台
</div>
<div
class=
"logo"
>
<div
class=
"text-center margin-bottom-10"
>
<img
style=
"height: 35px;"
src=
"../../../content/images/logo_gaocun.png"
alt=
"高淳监狱智能运维管理系统"
>
</div>
高淳监狱智能运维管理系统
</div>
<ul
nz-menu
[
nzMode
]="'
inline
'"
>
<ng-container
*
ngFor=
"let item of menuList"
>
<li
nz-submenu
(
nzOpenChange
)="
openHandler
(
item
)"
[(
nzOpen
)]="
item
.
checked
"
>
...
...
src/main/webapp/app/shared/login/login.component.html
View file @
8bbea67d
<div
class=
"background"
>
<div
class=
"login-center"
>
<div
class=
"login-logo"
>
<img
src=
"../../../content/images/logo.png"
alt=
"无锡智能运维监管平台"
>
<!-- <img src="../../../content/images/logo.png" alt="无锡智能运维监管平台">-->
高淳监狱智能运维管理系统
</div>
<form
nz-form
[
formGroup
]="
validateForm
"
class=
"login-form"
(
ngSubmit
)="
submitForm
()"
>
<nz-form-item>
...
...
src/main/webapp/content/css/documentation.css
View file @
8bbea67d
...
...
@@ -16,7 +16,7 @@
.logo
{
color
:
#ffffff
;
text-align
:
center
;
font-size
:
20
px
;
font-size
:
15
px
;
font-weight
:
500
;
padding
:
17px
0
;
}
...
...
src/main/webapp/content/css/global.css
View file @
8bbea67d
...
...
@@ -298,7 +298,13 @@ ui bootstrap tweaks
transform
:
translate
(
-50%
,
-50%
);
}
.login-logo
{
text-align
:
center
;
text-align
:
center
;
font-size
:
40px
;
color
:
rgb
(
189
,
192
,
198
);
background-image
:
-webkit-linear-gradient
(
bottom
,
#d3e3fe
,
#ffffff
);
-webkit-background-clip
:
text
;
/*必需加前缀 -webkit- 才支持这个text值 */
-webkit-text-fill-color
:
transparent
;
/*text-fill-color会覆盖color所定义的字体颜色: */
/*text-shadow:2px 2px 10px #333333;*/
}
.login-logo
img
{
width
:
300px
;
...
...
src/main/webapp/content/images/logo_gaocun.png
0 → 100644
View file @
8bbea67d
309 KB
src/main/webapp/index.html
View file @
8bbea67d
...
...
@@ -4,7 +4,7 @@
<base
href=
"./"
/>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<title>
智能运维监管平台
</title>
<title>
高淳监狱智能运维管理系统
</title>
<meta
name=
"description"
content=
""
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<meta
name=
"theme-color"
content=
"#000000"
>
...
...
@@ -15,6 +15,7 @@
<script
src=
"javascript/jtopo/js/jtopo-0.4.8-dev.js"
type=
"text/javascript"
></script>
<script
src=
"javascript/jtopo/js/jtopo-editor.js"
type=
"text/javascript"
></script>
</head>
<body>
<style>
html
,
body
{
width
:
100%
;
...
...
@@ -62,7 +63,6 @@
}
</style>
<body>
<!--[if lt IE 9]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade
your browser</a> to improve your experience.</p>
...
...
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