diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2019-08-29 17:19:11 +0800 |
---|---|---|
committer | cyuamber <xuranyjy@chinamobile.com> | 2019-08-29 17:19:32 +0800 |
commit | 41747c44aa4ee1fd9a73c781822a452ec327b5ce (patch) | |
tree | 2a4ba1c30a86323b064d09636a4d03837d4754c9 /usecaseui-portal/src/app/shared/components/customer/customer.component.html | |
parent | ccb53ef320d2a26f2ea1804993047bb00140d8d8 (diff) |
feat: customer page code optimization
Change-Id: Ia1ea7bcb8d2eb4c2561bb963b58467fa2d63a92b
Issue-ID: USECASEUI-307
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/shared/components/customer/customer.component.html')
-rw-r--r-- | usecaseui-portal/src/app/shared/components/customer/customer.component.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usecaseui-portal/src/app/shared/components/customer/customer.component.html b/usecaseui-portal/src/app/shared/components/customer/customer.component.html index 646431b2..c0d3c8d5 100644 --- a/usecaseui-portal/src/app/shared/components/customer/customer.component.html +++ b/usecaseui-portal/src/app/shared/components/customer/customer.component.html @@ -18,10 +18,7 @@ <div class="Cu"> <p> {{"i18nTextDefine_Instance_Count_of_Customer" | translate}} </p> <app-pie [initData]="CUChartInit" [chartData]="CUChartData" *ngIf="serviceChart"></app-pie> - <div *ngIf="!serviceChart" - style="color: #ddd; font-weight: 700;font-size: 19px;height: 200px;text-align: center;line-height: 8;">No - Service Instances </div> - <!-- <div class="legend"></div><span> {{"i18nTextDefine_users" | translate}} </span> --> + <div *ngIf="!serviceChart">No Service Instances </div> </div> <div class="type"> <p> {{"i18nTextDefine_Instance_Count_of_ServiceType" | translate}} </p> |