mirror of
https://gitee.com/eolink_admin/postcat.git
synced 2024-12-01 19:28:14 +08:00
style: lack of iconpark
This commit is contained in:
parent
859c61dddc
commit
fadc79a3b3
@ -30,7 +30,7 @@ import { ElectronService } from '../../core/services';
|
||||
nzType="text"
|
||||
(click)="toggleMaximize()"
|
||||
>
|
||||
<eo-iconpark-icon [name]="isMaximized ? 'off-screen' : 'full-screen'"></eo-iconpark-icon>
|
||||
<eo-iconpark-icon [name]="isMaximized ? 'quanjusuoxiao211' : 'quanjufangda21'"></eo-iconpark-icon>
|
||||
</button>
|
||||
<button
|
||||
eo-ng-button
|
||||
@ -49,6 +49,7 @@ import { ElectronService } from '../../core/services';
|
||||
export class NavOperateComponent {
|
||||
isMaximized = false;
|
||||
isElectron: boolean;
|
||||
// isMac = false;
|
||||
isMac = navigator.platform.toLowerCase().includes('mac');
|
||||
constructor(private electron: ElectronService, private router: Router, private route: ActivatedRoute) {
|
||||
this.isElectron = this.electron.isElectron;
|
||||
|
@ -25,7 +25,7 @@
|
||||
<span *nzSpaceItem>{{ extensionDetail.author }}</span>
|
||||
<ng-container *ngIf="!extensionDetail.installed">
|
||||
<span class="flex items-center" *nzSpaceItem>
|
||||
<eo-iconpark-icon class="mr-[5px]" name="download-two" size="16px"></eo-iconpark-icon>
|
||||
<eo-iconpark-icon class="mr-[5px]" name="download-two-8ah85008" size="16px"></eo-iconpark-icon>
|
||||
{{ extensionDetail.downloadCounts | downloadCountFormater }}
|
||||
</span>
|
||||
</ng-container>
|
||||
|
@ -38,7 +38,7 @@
|
||||
<span *nzSpaceItem>{{ it.author }}</span>
|
||||
<ng-container *ngIf="type !== 'installed'">
|
||||
<span class="flex items-center" *nzSpaceItem>
|
||||
<eo-iconpark-icon class="mr-[5px]" name="download-two" size="14px"></eo-iconpark-icon>
|
||||
<eo-iconpark-icon class="mr-[5px]" name="download-two-8ah85008" size="14px"></eo-iconpark-icon>
|
||||
{{ it.downloadCounts | downloadCountFormater }}
|
||||
</span>
|
||||
</ng-container>
|
||||
|
Loading…
Reference in New Issue
Block a user