mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-05 21:47:38 +08:00
ab9d0be1f0
* Issue#915,and fix the issue that can not render correctly when change carousel DotPosition * Resolve exception exception of server side when refresh the browser. * Fix Fade style.
10 lines
305 B
C#
10 lines
305 B
C#
@namespace AntDesign
|
|
@inherits AntDomComponentBase
|
|
|
|
<div data-index="@Parent.IndexOfSlick(this)" class="@Class" tabindex="-1" aria-hidden="@((!Active).ToString())" style="@Style">
|
|
<div>
|
|
<div tabindex="-1" style="width: 100%; display: inline-block;">
|
|
@ChildContent
|
|
</div>
|
|
</div>
|
|
</div> |