New file |
| | |
| | | <div class="content__title"> |
| | | <h1>首页概览</h1> |
| | | </div> |
| | | <div nz-row [nzGutter]="24" class="pt-lg"> |
| | | <div nz-col nzXs="24" nzSm="12" nzMd="12" nzLg="8"> |
| | | <g2-card [title]="'AQI数值'" total="126,560" contentHeight="44px" [action]="action1" [footer]="footer1"> |
| | | <ng-template #action1> |
| | | <nz-tooltip [nzTitle]="'刷新'"> |
| | | <i class="anticon anticon-sync"></i> |
| | | </nz-tooltip> |
| | | </ng-template> |
| | | <trend flag="up" style="display:block; margin-top:2px;">周同比 |
| | | <span class="pl-sm">12%</span> |
| | | </trend> |
| | | <trend flag="down">日环比 |
| | | <span class="pl-sm">11%</span> |
| | | </trend> |
| | | <ng-template #footer1> |
| | | <p class="text-truncate mb0">日均销售额 |
| | | <span class="ml-sm">¥12,423</span> |
| | | </p> |
| | | </ng-template> |
| | | </g2-card> |
| | | </div> |
| | | </div> |