This commit is contained in:
mmrbnjd
2024-06-27 22:50:34 +03:30
parent a44b27b8a7
commit ec8a63eb94
3 changed files with 4 additions and 5 deletions

View File

@@ -68,7 +68,7 @@
<!-- Menu -->
<aside id="layout-menu" class="layout-menu menu-vertical menu bg-menu-theme">
<div class="app-brand demo ">
<a href="index.html" class="app-brand-link">
<a href="Panel" class="app-brand-link">
<span class="app-brand-logo demo">
<svg width="25" viewBox="0 0 25 42" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
@@ -103,7 +103,7 @@
</g>
</svg>
</span>
<span class="app-brand-text demo menu-text fw-bolder ms-2">اسنیت</span>
<span class="app-brand-text demo menu-text fw-bolder ms-2">سیاهه</span>
</a>
<a href="javascript:void(0);" class="layout-menu-toggle menu-link text-large mr-auto d-block d-xl-none">
<i class="bx bx-chevron-right bx-sm align-middle"></i>

View File

@@ -6,7 +6,7 @@
@inject HttpClientController hc;
@inject Fixedvalues fv;
<PageTitle>کالا</PageTitle>
<Modal @ref="modal" />
<Modal Size="ModalSize.ExtraLarge" @ref="modal" />
<Preload LoadingText="در حال بارگذاری..." />
@* search *@
<div class="row">
@@ -225,7 +225,6 @@
public async Task Showstuff()
{
var parameters = new Dictionary<string, object>();
modal.Size = ModalSize.ExtraLarge;
await modal.ShowAsync<Front.CUSComponent.Taxstuff>(title: "دریافت شناسه کالا", parameters: parameters);

View File

@@ -5,7 +5,7 @@
@using Shared.DTOs.Serch
@inject HttpClientController hc;
<PageTitle>مشتری</PageTitle>
<Modal @ref="modal" />
<Modal Size="ModalSize.ExtraLarge" @ref="modal" />
<Preload LoadingText="در حال بارگذاری..." />
@* search *@