13 lines
308 B
Plaintext
13 lines
308 B
Plaintext
![]() |
@namespace antblazorpro.Pages.Dashboard.Analysis
|
||
|
@inherits AntDomComponentBase
|
||
|
|
||
|
<div class="trendItem">
|
||
|
<span>@ChildContent</span>
|
||
|
<span class="@Flag">
|
||
|
@if(Flag == "up"){
|
||
|
<Icon Type="caret-up" />
|
||
|
} else {
|
||
|
<Icon Type="caret-down" />
|
||
|
}
|
||
|
</span>
|
||
|
</div>
|