mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-02 12:07:44 +08:00
f8ec6256ba
* fix(module: grid): missing flex style * remove the old md file * fix demos * fix build error * fix no warp class
7 lines
174 B
C#
7 lines
174 B
C#
@namespace AntDesign
|
|
@inherits AntDomComponentBase
|
|
|
|
<div class="@ClassMapper.Class" style="@GutterStyle @_hostFlexStyle @Style" id="@Id" @ref="Ref">
|
|
@ChildContent
|
|
</div>
|