File tree 2 files changed +4
-4
lines changed
Masa.Blazor.Pro/Pages/App/ECommerce/Order
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<MRow style =" height : calc (100vh - 218px );" NoGutters >
2
2
<MCol Md =" 8" >
3
- <MVirtualScroll style =" height : calc (100vh - 228px );" class =" hidden-webkit-scrollbar pr-6 pl-6 " Items =" _basketItems" >
3
+ <MVirtualScroll style =" height : calc (100vh - 228px );" class =" hidden-webkit-scrollbar pr-6" Items =" _basketItems" >
4
4
<ItemContent >
5
5
<MHover Context =" hoverContext" class =" full-width mb-6" >
6
6
<MCard Height =" 270" Class =" @($" {hoverContext.Class} {(hoverContext.Hover ? " pro-elevation" : " " )} " )" @attributes =" hoverContext.Attrs" Elevation =" @(hoverContext.Hover ? 6 : 0)" >
Original file line number Diff line number Diff line change 25
25
</MTab >
26
26
</MTabs >
27
27
28
- <MTabsItems Value =" _curTab" class =" pt-6 ml-n6 " >
28
+ <MTabsItems Value =" _curTab" class =" pt-6 transparent " >
29
29
<MTabItem >
30
30
<Cart @bind-Step =" _curTab" @bind-Disabled =" _addressDisabled" />
31
31
</MTabItem >
32
- <MTabItem class = " pl-6 " >
32
+ <MTabItem >
33
33
<Address @bind-Step =" _curTab" @bind-Disabled =" _paymentDisabled" />
34
34
</MTabItem >
35
- <MTabItem class = " pl-6 " >
35
+ <MTabItem >
36
36
<Payment />
37
37
</MTabItem >
38
38
</MTabsItems >
You can’t perform that action at this time.
0 commit comments