Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
supervise-front
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
5
Issues
5
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
牛晓林
supervise-front
Commits
1d535fff
Commit
1d535fff
authored
Nov 04, 2019
by
symphony
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
latest ui 11/04/2019 17:16:10
parent
abd8f07a
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
68 additions
and
29 deletions
+68
-29
package-lock.json
package-lock.json
+60
-21
login.component.html
src/app/login/login.component.html
+1
-1
main.component.html
src/app/main/main.component.html
+3
-3
qs-mark.component.html
src/app/qs-mark/qs-mark.component.html
+1
-1
qs-mark.component.ts
src/app/qs-mark/qs-mark.component.ts
+2
-2
video.component.html
src/app/video/video.component.html
+1
-1
No files found.
package-lock.json
View file @
1d535fff
This diff is collapsed.
Click to expand it.
src/app/login/login.component.html
View file @
1d535fff
<div
class=
"main"
>
<div
class=
"main"
>
<div
class=
"login-header"
>
<div
class=
"login-header"
>
山西省交通运输厅智慧
监管指挥平台
山西省智慧养老
监管指挥平台
</div>
</div>
<form
nz-form
[
formGroup
]="
validateForm
"
class=
"login-form"
(
ngSubmit
)="
submitForm
()"
>
<form
nz-form
[
formGroup
]="
validateForm
"
class=
"login-form"
(
ngSubmit
)="
submitForm
()"
>
...
...
src/app/main/main.component.html
View file @
1d535fff
<h1
class=
"gradient"
>
<h1
class=
"gradient"
>
山西省
交通运输厅智慧
监管指挥平台
山西省
智慧养老
监管指挥平台
</h1>
</h1>
<div
*
ngIf=
"debug"
>
<div
*
ngIf=
"debug"
>
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
<div
class=
"main"
>
<div
class=
"main"
>
<div
class=
"left"
>
<div
class=
"left"
>
<fieldset>
<fieldset>
<legend
(
click
)="
toHighWay
()"
>
高速公路
</legend>
<legend
(
click
)="
toHighWay
()"
>
机构养老
</legend>
<div
class=
"proj-info"
*
ngIf=
"!highShow"
>
<div
class=
"proj-info"
*
ngIf=
"!highShow"
>
<label>
<label>
...
@@ -69,7 +69,7 @@
...
@@ -69,7 +69,7 @@
</fieldset>
</fieldset>
<fieldset>
<fieldset>
<legend
(
click
)="
toNormalWay
()"
>
普通干线
</legend>
<legend
(
click
)="
toNormalWay
()"
>
居家/社区养老
</legend>
<div
class=
"proj-info"
*
ngIf=
"!normalShow"
>
<div
class=
"proj-info"
*
ngIf=
"!normalShow"
>
<label>
<label>
...
...
src/app/qs-mark/qs-mark.component.html
View file @
1d535fff
<div
class=
"container"
>
<div
class=
"container"
>
<h1
class=
"gradient"
>
<h1
class=
"gradient"
>
山西省
交通运输厅智慧
监管指挥平台
山西省
智慧养老
监管指挥平台
</h1>
</h1>
<div
class=
"bg"
></div>
<div
class=
"bg"
></div>
<div
class=
"main"
>
<div
class=
"main"
>
...
...
src/app/qs-mark/qs-mark.component.ts
View file @
1d535fff
...
@@ -10,8 +10,8 @@ import { Location } from "@angular/common";
...
@@ -10,8 +10,8 @@ import { Location } from "@angular/common";
})
})
export
class
QsMarkComponent
implements
OnInit
{
export
class
QsMarkComponent
implements
OnInit
{
nodes
=
[
nodes
=
[
{
title
:
"
高速公路
"
,
key
:
"1"
,
icon
:
"caret-right"
,
level
:
0
},
{
title
:
"
机构养老
"
,
key
:
"1"
,
icon
:
"caret-right"
,
level
:
0
},
{
title
:
"
普通干线
"
,
key
:
"2"
,
icon
:
"caret-right"
,
level
:
0
}
{
title
:
"
居家/社区养老
"
,
key
:
"2"
,
icon
:
"caret-right"
,
level
:
0
}
];
];
constructor
(
constructor
(
...
...
src/app/video/video.component.html
View file @
1d535fff
<h1
class=
"gradient"
>
<h1
class=
"gradient"
>
山西省
交通运输厅智慧
监管指挥平台
山西省
智慧养老
监管指挥平台
</h1>
</h1>
<div
class=
"main"
>
<div
class=
"main"
>
...
...
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