diff --git a/Test.UI/Components/Pages/EditJWD.razor.cs b/Test.UI/Components/Pages/EditJWD.razor.cs index 755820b..0ae374a 100644 --- a/Test.UI/Components/Pages/EditJWD.razor.cs +++ b/Test.UI/Components/Pages/EditJWD.razor.cs @@ -131,6 +131,7 @@ namespace Test.UI.Components.Pages { //item.ImageUrl = ICService.ImageUrl($"{apiUrl}/{imgBasePath}", false, item.SVGFileName); } + await Task.Delay(1); isLoading = false; } diff --git a/WebWindowComplex/TableComp.razor b/WebWindowComplex/TableComp.razor index 7b861cb..42d9072 100644 --- a/WebWindowComplex/TableComp.razor +++ b/WebWindowComplex/TableComp.razor @@ -98,14 +98,14 @@ @for (int j = 0; j < m_maxCol; j++) { @if (j + 1 == ItemTableList[i].Col) - { + { - + } else { - +   } } diff --git a/WebWindowConfigurator/WebWindowConfigurator.csproj b/WebWindowConfigurator/WebWindowConfigurator.csproj index 8a55bc1..f4e8651 100644 --- a/WebWindowConfigurator/WebWindowConfigurator.csproj +++ b/WebWindowConfigurator/WebWindowConfigurator.csproj @@ -179,6 +179,13 @@ + + + + + + +