update ux writing
This commit is contained in:
+2
-1
@@ -1,6 +1,7 @@
|
||||
<p-card class="border border-surface-border bg-surface-card rounded-2xl p-4 text-text-color">
|
||||
<div class="text-center w-full flex items-center justify-center gap-1">
|
||||
<div class="w-full flex items-center justify-between gap-1">
|
||||
<span class="text-xl font-semibold">وضعیت {{ title }}</span>
|
||||
<p-badge [value]="`تعداد کل: ${total}`" severity="secondary" size="large"></p-badge>
|
||||
</div>
|
||||
<hr class="mb-6!" />
|
||||
<div class="grid grid-cols-3 gap-2">
|
||||
|
||||
+2
-1
@@ -1,10 +1,11 @@
|
||||
import { Component, Input } from '@angular/core';
|
||||
import { Badge } from 'primeng/badge';
|
||||
import { Card } from 'primeng/card';
|
||||
|
||||
@Component({
|
||||
selector: 'partner-license-info-template',
|
||||
templateUrl: './license-info-template.component.html',
|
||||
imports: [Card],
|
||||
imports: [Card, Badge],
|
||||
})
|
||||
export class PartnerLicenseInfoTemplateComponent {
|
||||
@Input({ required: true }) title!: string;
|
||||
|
||||
Reference in New Issue
Block a user