This commit is contained in:
Lingzi
2022-04-02 15:55:28 +08:00
parent 6007b0b727
commit ab9b88046d
122 changed files with 155 additions and 155 deletions

View File

@ -6,7 +6,7 @@
</button>
</ng-template>
<ng-template #content>
<nz-skeleton [nzLoading]="false">
<nz-skeleton [nzLoading]="service.http.loading">
<div class="user-info" nz-row>
<div nz-col [nzXl]="18" [nzLg]="24" [nzSm]="24" [nzXs]="24" class="d-flex">
<img [src]="detailData?.enterpriseLogo" />

View File

@ -6,7 +6,7 @@
</button>
</ng-template>
<ng-template #content>
<nz-skeleton [nzLoading]="false">
<nz-skeleton [nzLoading]="service.http.loading">
<div class="user-info" nz-row>
<div nz-col [nzXl]="18" [nzLg]="24" [nzSm]="24" [nzXs]="24" class="d-flex">
<img [src]="detailData?.enterpriseLogo" />