|
|
@ -57,7 +57,7 @@ |
|
|
|
<!-- H5Canvas --> |
|
|
|
<!-- H5Canvas --> |
|
|
|
<app-working-area #canvas></app-working-area> |
|
|
|
<app-working-area #canvas></app-working-area> |
|
|
|
<!-- H5Canvas --> |
|
|
|
<!-- H5Canvas --> |
|
|
|
<div id="leftDiv" class='functionalDomainLeft publicCss' [ngClass]="{'togglePanel': toggleExpandPanel==true}" style="user-select: none"> |
|
|
|
<div id="leftDiv" (mousewheel)="$event.stopPropagation()" class='functionalDomainLeft publicCss' [ngClass]="{'togglePanel': toggleExpandPanel==true}" style="user-select: none"> |
|
|
|
<div class="leftDragDiv" (mousedown)="leftDivMouseDown($event)"></div> |
|
|
|
<div class="leftDragDiv" (mousedown)="leftDivMouseDown($event)"></div> |
|
|
|
<!-- 平面图 --> |
|
|
|
<!-- 平面图 --> |
|
|
|
<div class="planarGraph"> |
|
|
|
<div class="planarGraph"> |
|
|
@ -133,7 +133,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<div id="rightDiv" class="functionalDomainRight publicCss " [ngClass]="{'togglePanel2': toggleExpandPanelRight==true}" style="user-select: none"> |
|
|
|
<div id="rightDiv" (mousewheel)="$event.stopPropagation()" class="functionalDomainRight publicCss " [ngClass]="{'togglePanel2': toggleExpandPanelRight==true}" style="user-select: none"> |
|
|
|
<!-- 右侧div鼠标拖动div --> |
|
|
|
<!-- 右侧div鼠标拖动div --> |
|
|
|
<div style="width: 3px;height: 100%;position: absolute;left: 0;cursor: e-resize;z-index: 1000;" (mousedown)="rightDivMouseDown($event)"></div> |
|
|
|
<div style="width: 3px;height: 100%;position: absolute;left: 0;cursor: e-resize;z-index: 1000;" (mousedown)="rightDivMouseDown($event)"></div> |
|
|
|
<!-- 属性 --> |
|
|
|
<!-- 属性 --> |
|
|
|