feat: Topology display location optimization of NS create model 78/106778/1 3.0.3
authorcyuamber <xuranyjy@chinamobile.com>
Wed, 29 Apr 2020 02:47:17 +0000 (10:47 +0800)
committercyuamber <xuranyjy@chinamobile.com>
Wed, 29 Apr 2020 02:47:23 +0000 (10:47 +0800)
Change-Id: Icc8388560726b6a5620f9017633cbdb1a56269eb
Issue-ID: USECASEUI-305
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
usecaseui-portal/src/app/views/services/services-list/e2e-creation/e2e-creation.component.ts

index 8f22be0..cd228b2 100644 (file)
@@ -313,7 +313,7 @@ export class E2eCreationComponent implements OnInit {
       .append("g")
       .attr("class", "node")
       .attr("transform", function (d) {
-        return "translate(" + (d.x + -50) + "," + (d.y) + ")";
+        return "translate(" + (d.x + -40) + "," + (d.y) + ")";
       });
 
     node.append('image')