summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/shared/components/description-info/description-info.component.html
diff options
context:
space:
mode:
authorkaixiliu <liukaixi@chinamobile.com>2024-12-04 15:10:45 +0800
committerKaixi LIU <liukaixi@chinamobile.com>2024-12-24 02:22:17 +0000
commitb71bd34b5baa8e3dfedf83f777d62c988c6b9c97 (patch)
treea5a6a30e6735fe1e2a406746822080043afc65bb /usecaseui-portal/src/app/shared/components/description-info/description-info.component.html
parente5de10348e38a4cac9f70da856ab7c6941bfc347 (diff)
Optimize the code and fix bug
1. Create a new descripition component code 2. Optimize the code to extract a MaaS feature module and a common module. 3. Optimize the service code and create a new maasService. 4.Click the Q&A Assistant menu, the front-end interface does not deliver an application ID. Issue-ID: USECASEUI-844 Change-Id: If57938f9c57b186691798eb0fb2cdd2fd64ed58a Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/shared/components/description-info/description-info.component.html')
-rw-r--r--usecaseui-portal/src/app/shared/components/description-info/description-info.component.html20
1 files changed, 0 insertions, 20 deletions
diff --git a/usecaseui-portal/src/app/shared/components/description-info/description-info.component.html b/usecaseui-portal/src/app/shared/components/description-info/description-info.component.html
deleted file mode 100644
index 9575dca1..00000000
--- a/usecaseui-portal/src/app/shared/components/description-info/description-info.component.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<div *ngFor="let item of data" class="input-wrapper">
- <div class="desc-label">
- <nz-popover>
- <div class="text-single-ellipsis text-label" nz-popover>
- {{ item.label }}
- </div>
- <ng-template #nzTemplate>
- {{ item.label }}
- </ng-template>
- </nz-popover>
- </div>
- <div class="desc-item">
- <nz-popover>
- <div class="text-single-ellipsis" nz-popover>{{ item.value }}</div>
- <ng-template #nzTemplate>
- {{ item.value }}
- </ng-template>
- </nz-popover>
- </div>
-</div> \ No newline at end of file