Skip to content

Commit 720c8ce

Browse files
authored
1 parent eaf06e6 commit 720c8ce

File tree

1 file changed

+1
-1
lines changed
  • Masa.Blazor.Pro/Pages/App/ECommerce/Order

1 file changed

+1
-1
lines changed

Masa.Blazor.Pro/Pages/App/ECommerce/Order/Cart.razor

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<MRating class="mb-1" Readonly Value="context.Score" Size=20 Color="remind" BackgroundColor="remind" Dense></MRating>
1919
<div class="mt-3 d-flex align-center justify-start">
2020
<span class="text-caption mr-2">Qty: </span>
21-
<MTextField FullWidth=false Style="width:100px;max-width: 150px;" HideDetails="true" Type="number" TValue="uint" Outlined Dense @bind-Value="@context.Qty" NumberProps="@(prop=> { prop.Min = 0; prop.Max = 99; prop.Step =1; })"></MTextField>
21+
<MTextField FullWidth=false Style="width:100px;max-width: 150px;" HideDetails="true" Type="number" TValue="uint" Outlined Dense @bind-Value="@context.Qty" NumberProps="@(prop=> { prop.Min = 1; prop.Max = 99; prop.Step = 1; })"></MTextField>
2222
</div>
2323
</div>
2424
<div class="flex-grow-1 d-flex flex-column justify-end">

0 commit comments

Comments
 (0)