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
2268db8b
Commit
2268db8b
authored
Jul 30, 2019
by
niuxiaolin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
latest
parent
c7ed70c8
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
62 additions
and
22 deletions
+62
-22
default.service.ts
src/app/api/api/default.service.ts
+2
-2
main.component.html
src/app/main/main.component.html
+5
-5
main.component.less
src/app/main/main.component.less
+26
-14
video.component.html
src/app/video/video.component.html
+1
-0
video.component.less
src/app/video/video.component.less
+18
-0
video.component.ts
src/app/video/video.component.ts
+10
-1
No files found.
src/app/api/api/default.service.ts
View file @
2268db8b
...
...
@@ -41,8 +41,8 @@ import { Observable } from 'rxjs';
@
Injectable
()
export
class
DefaultService
{
public
basePath
=
'http://localhost:8081'
;
//
public basePath = 'http://192.168.19.200:8081';
//
public basePath = 'http://localhost:8081';
public
basePath
=
'http://192.168.19.200:8081'
;
public
defaultHeaders
=
new
HttpHeaders
();
public
configuration
=
new
Configuration
();
...
...
src/app/main/main.component.html
View file @
2268db8b
...
...
@@ -301,25 +301,25 @@
<div
class=
"function"
>
<div
class=
"tooltip"
>
<img
alt=
"视频监控"
(
click
)="
goToVideo
()"
class=
"tooltip"
src=
"/assets/video.svg"
>
<span
class=
"tooltiptext"
>
视频监控
</span>
<span
class=
"tooltiptext
x
"
>
视频监控
</span>
</div>
<div
class=
"tooltip"
>
<img
alt=
"视频监控"
(
click
)="
goToVideo
()"
class=
"tooltip"
src=
"/assets/baseline-security.svg"
>
<span
class=
"tooltiptext"
>
质量安全监管
<span
class=
"tooltiptext
x
"
>
质量安全监管
</span>
</div>
<div
class=
"tooltip"
>
<img
alt=
"视频监控"
(
click
)="
goToVideo
()"
class=
"tooltip"
src=
"/assets/baseline-assessment.svg"
>
<span
class=
"tooltiptext"
>
建设程序监管
</span>
<span
class=
"tooltiptext
x
"
>
建设程序监管
</span>
</div>
<div
class=
"tooltip"
>
<img
alt=
"视频监控"
(
click
)="
goToVideo
()"
class=
"tooltip"
src=
"/assets/baseline-featured_play.svg"
>
<span
class=
"tooltiptext"
>
视频监控
</span>
<span
class=
"tooltiptext
x
"
>
视频监控
</span>
</div>
<div
class=
"tooltip"
>
<img
alt=
"视频监控"
(
click
)="
goToVideo
()"
class=
"tooltip"
src=
"/assets/baseline-table_chart-24px.svg"
>
<span
class=
"tooltiptext"
>
造价监管
</span>
<span
class=
"tooltiptext
x
"
>
造价监管
</span>
</div>
...
...
src/app/main/main.component.less
View file @
2268db8b
...
...
@@ -77,12 +77,17 @@ baidu-map{
.function{
position: absolute;
right: 80px;
bottom: 1px;
right: 128px;
/* bottom: 60px; */
top: 106px;
width: 35px;
img{
margin-left:2em;
box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #4a83b4, 0 0 35px #4a83b4, 0 0 40px #4a83b4, 0 0 50px #4a83b4, 0 0 75px #4a83b4;
border-radius: 14px;
cursor: pointer;
width:
37
px;
width:
63
px;
}
}
...
...
@@ -95,28 +100,32 @@ baidu-map{
.proj-info{
label{
display: grid;
grid-template-columns: 70% auto;
color: #eaab4e;
display: grid;
grid-template-columns: 70% auto;
color: #eaab4e;
padding-top: 1em;
div:nth-of-type(1){
color:white;
}
}
}
fieldset{
border:
1px solid #03A9F
4;
border:
3px solid #bdc5d
4;
padding: 1em;
background: #
3885b338
;
background: #
202734
;
margin: 5px;
border-radius:
4
px;
border-radius:
13
px;
margin-bottom: 1em;
margin-left: 2em;
width:120%;
legend{
color: #16e8d6;
// border-top: 1px solid;
border-radius: 7px;
color: #0089ea;
padding: 0.5em;
background: #c1d9ef;
font-weight: bolder;
font-size: larger;
&:hover{
background: #00daff33;
padding: 0.5em;
...
...
@@ -150,6 +159,9 @@ fieldset{
position: relative;
display: inline-block;
border-bottom: 1px dotted black;
margin-top: 1em;
text-align: center;
width:70px;
}
.tooltip .tooltiptext {
...
...
src/app/video/video.component.html
View file @
2268db8b
...
...
@@ -5,6 +5,7 @@
<div
class=
"main"
>
<div>
<button
(
click
)="
back
()"
>
返回
</button>
<tree-ngx
[
nodeItems
]="
nodeItems
"
>
</tree-ngx>
<a
(
click
)="
preview
()"
style=
" color: white;
text-decoration: none;
...
...
src/app/video/video.component.less
View file @
2268db8b
...
...
@@ -31,4 +31,21 @@
#playWnd{
width:1000px;
height: 500px;
}
button{
//position: absolute;
background: #dbdbc90f;
color: #16e8d6;
border-radius: 9px;
width: 130px;
height: 39px;
display: block;
margin: 0.3em;
font-size: initial;
top: -41px;
left: -8px;
border: 2px solid #f3f42678;
}
\ No newline at end of file
src/app/video/video.component.ts
View file @
2268db8b
...
...
@@ -351,7 +351,16 @@ oWebControl.JS_RepairPartWindow(0, 0, 1001, 700); // 多1个像素点防止
});
}
}
back
(){
if
(
this
.
oWebControl
!=
null
){
this
.
oWebControl
.
JS_HideWnd
();
// 先让窗口隐藏,规避可能的插件窗口滞后于浏览器消失问题
this
.
oWebControl
.
JS_Disconnect
().
then
(
function
(){
// 断开与插件服务连接成功
},
function
()
{
// 断开与插件服务连接失败
});
}
history
.
back
();
}
}
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