summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.less
diff options
context:
space:
mode:
authorguochuyicmri <guochuyi@chinamobile.com>2019-05-13 16:15:24 +0800
committerguochuyicmri <guochuyi@chinamobile.com>2019-05-13 16:15:30 +0800
commit572a0457a0fb11ce239e5e9d3666b1387fa93442 (patch)
tree34bc3f9a5815145d230fddaa054dee4c60731195 /usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.less
parent2e359b756193f4c93fe24b35162067d9b4470c33 (diff)
Fix instance instantiation for e2e/NS
Change-Id: Icd1cc946fd0a25de2751ad4f465f27ae3d89fe50 Issue-ID: USECASEUI-252 Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.less')
-rw-r--r--usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.less5
1 files changed, 3 insertions, 2 deletions
diff --git a/usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.less b/usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.less
index 79e952f4..3a1693b6 100644
--- a/usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.less
+++ b/usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.less
@@ -120,11 +120,12 @@ hr {
ul li {
margin: 10px 0;
width: 40%;
+ margin-right: 5%;
float: left;
text-align: left;
span {
display: inline-block;
- width: 25%;
+ width: 30%;
font: 700 14px "Arial";
vertical-align: middle;
overflow: hidden;
@@ -132,7 +133,7 @@ hr {
text-align: left;
}
input,nz-select{
- width: 170px;
+ width: 65%;
}
}
}