From 2095b1813d7eeeb97776fc770e290157e938f363 Mon Sep 17 00:00:00 2001 From: cyuamber Date: Wed, 25 Sep 2019 15:27:20 +0800 Subject: feat:optimize sytle of service creation page Change-Id: I446025588bab44bca02dac3121ca3432dabe1e4f Issue-ID: USECASEUI-307 Signed-off-by: cyuamber --- .../components/e2e-creation/e2e-creation.component.less | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'usecaseui-portal/src/app/shared') diff --git a/usecaseui-portal/src/app/shared/components/e2e-creation/e2e-creation.component.less b/usecaseui-portal/src/app/shared/components/e2e-creation/e2e-creation.component.less index edbd2db0..2964dad9 100644 --- a/usecaseui-portal/src/app/shared/components/e2e-creation/e2e-creation.component.less +++ b/usecaseui-portal/src/app/shared/components/e2e-creation/e2e-creation.component.less @@ -128,14 +128,16 @@ hr { span { display: inline-block; width: 30%; + min-width: 80px; font: 700 14px "Arial"; - vertical-align: middle; overflow: hidden; - text-align: left; + text-align: left; + word-break: break-all; + vertical-align: top; } input,nz-select{ - width: 65%; - margin-left:3% + width: 49%; + margin-left:3% } } } @@ -150,7 +152,7 @@ hr { width: 38%; padding: 10px; height: 95%; - margin-right: 40px; + margin: 0 auto; #createChart{ height: 100%; width: 100%; -- cgit 1.2.3-korg