|
|
|
@ -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> |
|
|
|
|