@ -1,4 +1,4 @@
<div class="content">
<div id="content">
<header>
<div class="title">着火单位: 高科技创业园</div>
.content {
#content {
width: 100%;
height: 100%;
box-sizing: border-box;
<div class="content111">
<!-- 头部操作栏 -->
<div class="headerOperate">
@ -2,9 +2,9 @@
.icongray{
color: #D9D0DC;
}
.content111 {
height: 93%;
overflow: hidden;
padding: 1px;
@ -79,9 +79,8 @@
//左右两侧功能栏 统一样式
.publicCss {
border-radius: 5px;
// position: absolute;
top: 0;
.functionalDomain {
@ -92,6 +91,7 @@
display: flex;
.canvas{
flex: 5;
@ -424,10 +424,6 @@ export class planComponent implements OnInit {
ngOnInit(): void {
this.getAllLibrary()
this.getAllBuildings()
this.getAllFirePlan()
let that = this
window.setTimeout(()=>{
@ -111,7 +111,7 @@ export class WorkingAreaComponent extends EventEmitter implements OnInit, AfterV
// 根据ID 找到数据
//是否登录
public verificationURL = '/ui/collectionTools' //验证url地址是否为验证页面
public verificationURL = '/ui/plan' //验证url地址是否为验证页面
isLogin () {
let token = sessionStorage.getItem('token') // 判断 是否登录状态
if (token) {