This commit is contained in:
MeysamMoghaddam
2025-10-13 17:18:04 +03:30
parent a5699364c7
commit 832fc18630
5 changed files with 24 additions and 24 deletions
@@ -58,12 +58,12 @@ else
<MudText Typo="Typo.h5" Class="text-decoration-line-through mud-text-secondary">@_package.Pricing.OriginalPrice.ToThousands().ToCurrencyUnitIRT()</MudText>
<MudChip T="string" Color="Color.Error" Variant="Variant.Filled" Size="Size.Small">@_package.Pricing.DiscountPercent% تخفیف</MudChip>
</MudStack>
<MudText Typo="Typo.h4" Color="Color.Success" Class="fw-700">@_package.Pricing.FinalPrice.ToThousands().ToCurrencyUnitIRT()</MudText>
<MudText Typo="Typo.h4" Color="Color.Success">@_package.Pricing.FinalPrice.ToThousands().ToCurrencyUnitIRT()</MudText>
</div>
}
else
{
<MudText Typo="Typo.h4" Color="Color.Primary" Class="fw-700">@_package.Pricing.FinalPrice.ToThousands().ToCurrencyUnitIRT()</MudText>
<MudText Typo="Typo.h4" Color="Color.Primary">@_package.Pricing.FinalPrice.ToThousands().ToCurrencyUnitIRT()</MudText>
}
<!-- Purchase Button -->
@@ -78,7 +78,7 @@ else
<!-- Package Features -->
<div>
<MudText Typo="Typo.subtitle2" Class="mb-2 fw-600">شامل:</MudText>
<MudText Typo="Typo.subtitle2" Class="mb-2">شامل:</MudText>
<MudStack Spacing="1">
@foreach (var feature in _package.Features)
{
@@ -123,7 +123,7 @@ else
<MudStack Row="true" Spacing="2" AlignItems="AlignItems.Center">
<MudIcon Icon="@spec.Icon" Size="Size.Small" Color="Color.Primary" />
<div>
<MudText Typo="Typo.body2" Class="fw-600">@spec.Name</MudText>
<MudText Typo="Typo.body2" >@spec.Name</MudText>
<MudText Typo="Typo.caption" Class="mud-text-secondary">@spec.Value</MudText>
</div>
</MudStack>
@@ -143,7 +143,7 @@ else
{
<MudPaper Outlined="true" Class="pa-4 rounded-lg mb-4">
<MudStack Row="true" AlignItems="AlignItems.Center">
<MudText Typo="Typo.subtitle1" Class="mb-3 fw-600">نظر خود را ثبت کنید</MudText>
<MudText Typo="Typo.subtitle1" Class="mb-3">نظر خود را ثبت کنید</MudText>
<MudSpacer />
<MudRating @bind-Value="_newComment.Rating" Size="Size.Medium" />
</MudStack>
@@ -192,7 +192,7 @@ else
<MudIcon Icon="@Icons.Material.Filled.Person" Size="Size.Small" />
</MudAvatar>
<div>
<MudText Typo="Typo.body2" Class="fw-600">@(review.UserName)</MudText>
<MudText Typo="Typo.body2" >@(review.UserName)</MudText>
<MudRating ReadOnly="true" Value="review.Rating" Size="Size.Small" />
</div>
<MudSpacer />