微调
This commit is contained in:
@@ -57,3 +57,5 @@
|
||||
</nz-table>
|
||||
</nz-card>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
@@ -54,5 +54,5 @@
|
||||
|
||||
|
||||
<ng-template #refresh>
|
||||
<i nz-icon nzType="reload" nzTheme="outline" (click)="getData()" style="cursor: pointer"></i>
|
||||
<i nz-icon nzType="reload" nzTheme="outline" (click)="getData()" title="刷新" style="cursor: pointer"></i>
|
||||
</ng-template>
|
||||
|
||||
@@ -4,7 +4,7 @@ import {PageList, RequestObj} from '../../../../class/HttpReqAndResp';
|
||||
import {HttpService} from '../../../../api/http/http.service';
|
||||
|
||||
@Component({
|
||||
selector: 'app-common-table',
|
||||
selector: 'c-common-table',
|
||||
templateUrl: './common-table.component.html',
|
||||
styleUrls: ['./common-table.component.less']
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user