mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-02 12:07:44 +08:00
14 lines
261 B
C#
14 lines
261 B
C#
<div class="example">
|
|
<Spin />
|
|
</div>
|
|
|
|
<style>
|
|
.example {
|
|
text-align: center;
|
|
background: rgba(0, 0, 0, 0.05);
|
|
border-radius: 4px;
|
|
margin-bottom: 20px;
|
|
padding: 30px 50px;
|
|
margin: 20px 0;
|
|
}
|
|
</style> |