fix oggetti svg

This commit is contained in:
zaccaria.majid
2023-05-17 11:52:06 +02:00
parent 92fa6ea474
commit f0d2ccddea
2 changed files with 3 additions and 3 deletions
@@ -5,10 +5,10 @@
<div class="row" style="@TextStyle">
@foreach (var item in TextData)
{
<div class="">
<div class="@LeftTextClass">
@item.Key
</div>
<div class="text-end">
<div class="@RightTextClass text-end">
<b>@item.Value</b>
</div>
}
@@ -63,7 +63,7 @@ namespace WebDoorCreator.UI.Components.SvgComp
public int ObjH { get; set; } = 204;
[Parameter]
public int ObjId { get; set; } = 0;
public string ObjId { get; set; } = "0";
[Parameter]
public int ObjW { get; set; } = 450;