...
This commit is contained in:
@@ -1,30 +1,40 @@
|
||||
@using Common.Dtos.Conversation
|
||||
|
||||
<div style="display: flex; "
|
||||
dir="rtl" class="p-1 rounded w-100">
|
||||
@if (SelectedConversationItems != null)
|
||||
@if (SelectedConversationItems!=null)
|
||||
{
|
||||
@foreach (var item in SelectedConversationItems)
|
||||
{
|
||||
<p>@SelectedConversationItems.Count()</p>
|
||||
if (item.Type == Common.Enums.ConversationType.UE)
|
||||
{
|
||||
<div style="display: flex; "
|
||||
dir="rtl" class="p-1 rounded w-100">
|
||||
<div class="bg-green-100 border p-2 rounded text-end" dir="rtl">
|
||||
@item.text
|
||||
</div>
|
||||
<Icon Style="align-self: self-end;" Name="IconName.CheckLg" Size="IconSize.x5" />
|
||||
|
||||
</div>
|
||||
}
|
||||
else
|
||||
{
|
||||
<div style="display: flex; "
|
||||
dir="ltr" class="p-1 rounded w-100">
|
||||
<div class="bg-white border p-3 rounded text-end" dir="rtl">
|
||||
@item.text
|
||||
</div>
|
||||
<Icon Style="align-self: self-end;" Name="IconName.CheckLg" Size="IconSize.x5" />
|
||||
|
||||
</div>
|
||||
}
|
||||
}
|
||||
<div class="bg-green-100 border p-2 rounded text-end" dir="rtl">
|
||||
سلام
|
||||
|
||||
</div>
|
||||
<Icon Style="align-self: self-end;" Name="IconName.CheckLg" Size="IconSize.x5" />
|
||||
}
|
||||
|
||||
</div>
|
||||
<div style="display: flex; "
|
||||
dir="rtl" class="p-1 rounded w-100">
|
||||
<div class="bg-white border p-3 rounded text-end" dir="rtl">
|
||||
جهت خرید در سایت در هنگام درج اطلاعات بهخصوص کد اقتصادی دقت نمائید صورتحساب شما بر همین اساس ارسال خواهد شد در هنگام درج اطلاعات بهخصوص کد اقتصادی دقت نمائید صورتحساب شما بر همین اساس ارسال خواهد شد ثبت نام نموده و سپس از منو فروشگاه اقدام به انتخاب محصول مورد نظر خود نمائید.<br /><br />
|
||||
|
||||
</div>
|
||||
<Icon Style="align-self: self-end;" Name="IconName.CheckLg" Size="IconSize.x5" />
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
@code {
|
||||
[Parameter] public List<Read_ConversationDto> Conversations { get; set; }
|
||||
// [Parameter] public List<Read_ConversationDto> Conversations { get; set; }
|
||||
[Parameter] public List<Read_ConversationResponseDto> SelectedConversationItems { get; set; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user