Commit 2268db8b by niuxiaolin

latest

parent c7ed70c8
...@@ -41,8 +41,8 @@ import { Observable } from 'rxjs'; ...@@ -41,8 +41,8 @@ import { Observable } from 'rxjs';
@Injectable() @Injectable()
export class DefaultService { export class DefaultService {
public basePath = 'http://localhost:8081'; // public basePath = 'http://localhost:8081';
// public basePath = 'http://192.168.19.200:8081'; public basePath = 'http://192.168.19.200:8081';
public defaultHeaders = new HttpHeaders(); public defaultHeaders = new HttpHeaders();
public configuration = new Configuration(); public configuration = new Configuration();
......
...@@ -301,25 +301,25 @@ ...@@ -301,25 +301,25 @@
<div class="function"> <div class="function">
<div class="tooltip"> <div class="tooltip">
<img alt="视频监控" (click)="goToVideo()" class="tooltip" src="/assets/video.svg"> <img alt="视频监控" (click)="goToVideo()" class="tooltip" src="/assets/video.svg">
<span class="tooltiptext">视频监控</span> <span class="tooltiptextx">视频监控</span>
</div> </div>
<div class="tooltip"> <div class="tooltip">
<img alt="视频监控" (click)="goToVideo()" class="tooltip" src="/assets/baseline-security.svg"> <img alt="视频监控" (click)="goToVideo()" class="tooltip" src="/assets/baseline-security.svg">
<span class="tooltiptext">质量安全监管 <span class="tooltiptextx">质量安全监管
</span> </span>
</div> </div>
<div class="tooltip"> <div class="tooltip">
<img alt="视频监控" (click)="goToVideo()" class="tooltip" src="/assets/baseline-assessment.svg"> <img alt="视频监控" (click)="goToVideo()" class="tooltip" src="/assets/baseline-assessment.svg">
<span class="tooltiptext">建设程序监管 </span> <span class="tooltiptextx">建设程序监管 </span>
</div> </div>
<div class="tooltip"> <div class="tooltip">
<img alt="视频监控" (click)="goToVideo()" class="tooltip" src="/assets/baseline-featured_play.svg"> <img alt="视频监控" (click)="goToVideo()" class="tooltip" src="/assets/baseline-featured_play.svg">
<span class="tooltiptext">视频监控</span> <span class="tooltiptextx">视频监控</span>
</div> </div>
<div class="tooltip"> <div class="tooltip">
<img alt="视频监控" (click)="goToVideo()" class="tooltip" src="/assets/baseline-table_chart-24px.svg"> <img alt="视频监控" (click)="goToVideo()" class="tooltip" src="/assets/baseline-table_chart-24px.svg">
<span class="tooltiptext">造价监管</span> <span class="tooltiptextx">造价监管</span>
</div> </div>
......
...@@ -77,12 +77,17 @@ baidu-map{ ...@@ -77,12 +77,17 @@ baidu-map{
.function{ .function{
position: absolute; position: absolute;
right: 80px; right: 128px;
bottom: 1px; /* bottom: 60px; */
top: 106px;
width: 35px;
img{ 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; cursor: pointer;
width: 37px; width: 63px;
} }
} }
...@@ -98,25 +103,29 @@ baidu-map{ ...@@ -98,25 +103,29 @@ baidu-map{
display: grid; display: grid;
grid-template-columns: 70% auto; grid-template-columns: 70% auto;
color: #eaab4e; color: #eaab4e;
padding-top: 1em;
div:nth-of-type(1){ div:nth-of-type(1){
color:white; color:white;
} }
} }
} }
fieldset{ fieldset{
border: 1px solid #03A9F4; border:3px solid #bdc5d4;
padding: 1em; padding: 1em;
background: #3885b338; background: #202734;
margin: 5px; margin: 5px;
border-radius: 4px; border-radius: 13px;
margin-bottom: 1em; margin-bottom: 1em;
margin-left: 2em; margin-left: 2em;
width:120%; width:120%;
legend{ legend{
color: #16e8d6; color: #0089ea;
padding: 0.5em;
background: #c1d9ef;
font-weight: bolder;
font-size: larger;
// border-top: 1px solid;
border-radius: 7px;
&:hover{ &:hover{
background: #00daff33; background: #00daff33;
padding: 0.5em; padding: 0.5em;
...@@ -150,6 +159,9 @@ fieldset{ ...@@ -150,6 +159,9 @@ fieldset{
position: relative; position: relative;
display: inline-block; display: inline-block;
border-bottom: 1px dotted black; border-bottom: 1px dotted black;
margin-top: 1em;
text-align: center;
width:70px;
} }
.tooltip .tooltiptext { .tooltip .tooltiptext {
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
<div class="main"> <div class="main">
<div> <div>
<button (click)="back()">返回</button>
<tree-ngx [nodeItems]="nodeItems"> </tree-ngx> <tree-ngx [nodeItems]="nodeItems"> </tree-ngx>
<a (click)="preview()" style=" color: white; <a (click)="preview()" style=" color: white;
text-decoration: none; text-decoration: none;
......
...@@ -32,3 +32,20 @@ ...@@ -32,3 +32,20 @@
width:1000px; width:1000px;
height: 500px; 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
...@@ -351,7 +351,16 @@ oWebControl.JS_RepairPartWindow(0, 0, 1001, 700); // 多1个像素点防止 ...@@ -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();
}
} }
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