src/app/routes/devices/basic-info/basic-info.component.html
@@ -1,12 +1,12 @@ <div class="content__title"> <h1> 设备列表 设备配置 <small>包含设备的查询、编辑、删除、配置等功能</small> </h1> </div> <nz-card [nzBordered]="false"> <div class="mb-md"> <button nz-button (click)="addOrModify()" [nzType]="'primary'" [nzSize]="'large'"> <button nz-button (click)="addOrModify($event)" [nzType]="'primary'" [nzSize]="'large'"> <i class="anticon anticon-plus"></i><span>新建</span> </button> <ng-container *ngIf="selectedRows.length > 0">