summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/views/services/slicing-management/csmf-slicing-business-management
diff options
context:
space:
mode:
authorwangyuerg <wangyuerg@chinamobile.com>2021-03-05 16:59:51 +0800
committerwangyuerg <wangyuerg@chinamobile.com>2021-03-05 17:00:29 +0800
commit88476a52e2f415becbed122416a4ca137016f49c (patch)
tree51f8d674f17d02f0fa01ccbf198cee54541541dd /usecaseui-portal/src/app/views/services/slicing-management/csmf-slicing-business-management
parent6949b31f7699fb80d63b1ebb5fad4488bc453a89 (diff)
feat:drawing
Signed-off-by: wangyuerg <wangyuerg@chinamobile.com> Change-Id: Ifef7f2e08a18220f0464227352993479b3db0d70 Issue-ID: USECASEUI-527
Diffstat (limited to 'usecaseui-portal/src/app/views/services/slicing-management/csmf-slicing-business-management')
-rw-r--r--usecaseui-portal/src/app/views/services/slicing-management/csmf-slicing-business-management/business-order/business-order.component.html2
-rw-r--r--usecaseui-portal/src/app/views/services/slicing-management/csmf-slicing-business-management/business-order/business-order.component.less9
2 files changed, 7 insertions, 4 deletions
diff --git a/usecaseui-portal/src/app/views/services/slicing-management/csmf-slicing-business-management/business-order/business-order.component.html b/usecaseui-portal/src/app/views/services/slicing-management/csmf-slicing-business-management/business-order/business-order.component.html
index e95e2452..7fd459cc 100644
--- a/usecaseui-portal/src/app/views/services/slicing-management/csmf-slicing-business-management/business-order/business-order.component.html
+++ b/usecaseui-portal/src/app/views/services/slicing-management/csmf-slicing-business-management/business-order/business-order.component.html
@@ -18,7 +18,7 @@
<p>Note: If coverageArea is not at all provided by the user (as it is an optional input, and also optional in Service Profile), we will assume that the entire network is required to be covered. For Coverage Area Number, please enter the rectangle grid numbers corresponding to the physical coverage areas that you see on the map image. The following image shows the rectangular grid numbers for a coverage area, you can take it as an example:</p>
<img src="../../../../../../assets/images/coverageAreaMap.png" class="detail-img"/>
</div>
- <span class="detail-icon" *ngIf="item.key === 'coverageAreaNumber'" (mouseover)="detailFn(item.coverflag)" (mouseleave)="detailFn(item.coverflag)" >?</span>
+ <img src="../../../../../../assets/images/ask-img.png" alt="" class="detail-icon" *ngIf="item.key === 'coverageAreaNumber'" (mouseover)="detailFn(item.coverflag)" (mouseleave)="detailFn(item.coverflag)" />
</nz-tooltip>
<nz-radio-group [name]="item.key" [(ngModel)]="slicing_order_info[item.key]"
*ngIf="item.type === 'radio'">
diff --git a/usecaseui-portal/src/app/views/services/slicing-management/csmf-slicing-business-management/business-order/business-order.component.less b/usecaseui-portal/src/app/views/services/slicing-management/csmf-slicing-business-management/business-order/business-order.component.less
index c0b15eb3..4feac5d7 100644
--- a/usecaseui-portal/src/app/views/services/slicing-management/csmf-slicing-business-management/business-order/business-order.component.less
+++ b/usecaseui-portal/src/app/views/services/slicing-management/csmf-slicing-business-management/business-order/business-order.component.less
@@ -40,7 +40,7 @@
text-indent: 2em;
position: absolute;
right: -200px;
- top: -458px;
+ top: -430px;
color:#ffffff;
p{
padding: 10px 10px 0 10px;
@@ -49,7 +49,10 @@
}
.detail-icon{
position: absolute;
- right: -16px;
+ right: -26px;
+ bottom:-2px;
+ width:20px;
+ height:20px;
cursor: pointer;
}
@@ -58,7 +61,7 @@ cursor: pointer;
content: '';
display: block;
position: absolute;
- right: 178px;
+ right: 175px;
bottom: -16px;
border: 20px solid transparent;
border: 8px solid transparent;