|
|
|
@ -22,6 +22,14 @@
|
|
|
|
|
<span class="marginLeftRight"> |
|
|
|
|
<mat-checkbox color="primary" [(ngModel)]="isMultiSelect" (change)='changeMultiSelect($event)'></mat-checkbox> 多选 |
|
|
|
|
</span> |
|
|
|
|
<span title="适应缩放" class="zoom" (click)="adaptZoom()"> |
|
|
|
|
<img src="/assets/images/适应缩放.png" alt=""> |
|
|
|
|
适应缩放 |
|
|
|
|
</span> |
|
|
|
|
<span title="重置缩放" class="zoom" (click)="resetZoom()"> |
|
|
|
|
<img src="/assets/images/重置缩放.png" alt=""> |
|
|
|
|
重置缩放 |
|
|
|
|
</span> |
|
|
|
|
<span style="position: absolute;right: 60px;cursor: pointer;"> |
|
|
|
|
<mat-icon title="查看/编辑模式" (click)="lookpat()" *ngIf="isEditPattern">tv</mat-icon> |
|
|
|
|
<mat-icon title="查看/编辑模式" (click)="editpat()" *ngIf="!isEditPattern">create</mat-icon> |
|
|
|
|