|
|
|
@ -37,6 +37,10 @@
|
|
|
|
|
|
|
|
|
|
<!-- 右上角快捷栏 --> |
|
|
|
|
<div class="rightTopFast"> |
|
|
|
|
<div class="publicFast leftFunction"> |
|
|
|
|
<button title="获取设备" (click)="getDevice()">获</button> |
|
|
|
|
<button title="清空设备" (click)="clearDevice()">清</button> |
|
|
|
|
</div> |
|
|
|
|
<div class="publicFast leftFast"> |
|
|
|
|
<button title="平移" (click)="translation()" [ngClass]="{'selectRightTopFast': selectRightTopFast == 0}"></button> |
|
|
|
|
<button title="旋转" (click)="revolve()" [ngClass]="{'selectRightTopFast': selectRightTopFast == 1}"></button> |
|
|
|
@ -44,7 +48,7 @@
|
|
|
|
|
<button title="吸附" (click)="adsorb()" [ngClass]="{'leftFastIsTure': selectAdsorb }"></button> |
|
|
|
|
<button title="切换至顶视图" (click)="toggleTopLevelView()" [ngClass]="{'leftFastIsTure': topLevelView }"></button> |
|
|
|
|
</div> |
|
|
|
|
<div style="margin: 0 10px; background-color: #0080FF;" title="保存"><button (click)="preserve()"><i nz-icon nzType="save" nzTheme="outline" style="font-size: 20px;"></i></button></div> |
|
|
|
|
<div style="margin: 0 10px;background-color: #0080FF;" title="保存"><button (click)="preserve()"><i nz-icon nzType="save" nzTheme="outline" style="font-size: 20px;"></i></button></div> |
|
|
|
|
</div> |
|
|
|
|
<!-- 右上角快捷栏 --> |
|
|
|
|
|
|
|
|
|