mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-02 12:07:44 +08:00
1ec582bff3
* fix(module:space): fix space item margin * remove Index parameter * remove additional using * Update Customize.razor space demo * Update SpaceItem.raz
9 lines
261 B
C#
9 lines
261 B
C#
@namespace AntDesign
|
|
@inherits AntDomComponentBase
|
|
|
|
@{ SpaceItemCount = 0; }
|
|
<CascadingValue Value="this" IsFixed="@true">
|
|
<div class="@ClassMapper.Class" style="@Style @InnerStyle" id="@Id" @ref="@Ref">
|
|
@ChildContent
|
|
</div>
|
|
</CascadingValue> |