diff --git a/src/app/admin/index/index.module.ts b/src/app/admin/index/index.module.ts index a9c8c0c..fd646ea 100644 --- a/src/app/admin/index/index.module.ts +++ b/src/app/admin/index/index.module.ts @@ -13,6 +13,7 @@ import {BreadcrumbModule} from '../../common/breadcrumb/breadcrumb.module'; import {RegionSelectorModule} from '../../common/region-selector/region-selector.module'; import {AppCommonModule} from '../../app-common.module'; import { TestComponent } from './test/test.component'; +import {NzSpaceModule} from "_ng-zorro-antd@9.3.0@ng-zorro-antd/space"; @NgModule({ @@ -29,7 +30,8 @@ import { TestComponent } from './test/test.component'; RegionSelectorModule, NgxEchartsModule, IndexRoutingModule, - AppCommonModule + AppCommonModule, + NzSpaceModule ] }) export class IndexModule { } diff --git a/src/app/admin/index/index/index.component.html b/src/app/admin/index/index/index.component.html index bb119fb..5d24a5d 100644 --- a/src/app/admin/index/index/index.component.html +++ b/src/app/admin/index/index/index.component.html @@ -133,32 +133,32 @@
-
+

{{item['accountBalance']}}

-
+

{{countData['registrantNum']}}

-
+

{{countData['transactionNum']}}

-
+

{{countData['transactionOrder']}}

-
+

{{countData['transactionToday']}}

-
+

{{countData['transactionOrderToday']}}

diff --git a/src/app/admin/index/index/index.component.less b/src/app/admin/index/index/index.component.less index ba4386f..cb1e546 100644 --- a/src/app/admin/index/index/index.component.less +++ b/src/app/admin/index/index/index.component.less @@ -2,3 +2,6 @@ .enterprise-top{ margin-top: 30px; } +.row-bottom { + margin-bottom: 16px; +}