|
|
@ -16,10 +16,12 @@ |
|
|
|
<button (click)="copyAsset()" class="copytobutn marginLeftRight" mat-button title="复制" style="margin:0 5px;" *ngIf="isEditPattern"> |
|
|
|
<button (click)="copyAsset()" class="copytobutn marginLeftRight" mat-button title="复制" style="margin:0 5px;" *ngIf="isEditPattern"> |
|
|
|
复制<mat-icon>library_books</mat-icon> |
|
|
|
复制<mat-icon>library_books</mat-icon> |
|
|
|
</button> |
|
|
|
</button> |
|
|
|
|
|
|
|
|
|
|
|
<button (click)="pasteAsset()" class="copytobutn marginLeftRight" mat-button title="粘贴" *ngIf="isEditPattern"> |
|
|
|
<button (click)="pasteAsset()" class="copytobutn marginLeftRight" mat-button title="粘贴" *ngIf="isEditPattern"> |
|
|
|
粘贴<mat-icon>screen_share</mat-icon> |
|
|
|
粘贴<mat-icon>screen_share</mat-icon> |
|
|
|
</button> |
|
|
|
</button> |
|
|
|
|
|
|
|
<span class="marginLeftRight"> |
|
|
|
|
|
|
|
<mat-checkbox color="primary" [(ngModel)]="isMultiSelect" (change)='changeMultiSelect($event)'></mat-checkbox> 多选 |
|
|
|
|
|
|
|
</span> |
|
|
|
<span title="适应缩放" class="zoom" (click)="adaptZoom()"> |
|
|
|
<span title="适应缩放" class="zoom" (click)="adaptZoom()"> |
|
|
|
<img src="/assets/images/适应缩放.png" alt=""> |
|
|
|
<img src="/assets/images/适应缩放.png" alt=""> |
|
|
|
适应缩放 |
|
|
|
适应缩放 |
|
|
|