diff options
author | guochuyicmri <guochuyi@chinamobile.com> | 2019-05-14 15:44:41 +0800 |
---|---|---|
committer | guochuyicmri <guochuyi@chinamobile.com> | 2019-05-14 15:44:45 +0800 |
commit | e044dfe80bcefb9004c8b6d3156d15ac56426dad (patch) | |
tree | 71754401eb4e1bbb0945d0383dedeee28ab27ad9 /usecaseui-portal/src/app/components/e2e-detail/e2e-detail.component.less | |
parent | 14e41af3117a7c8c758cf887da5918356720c730 (diff) |
Fix instance instantiation for NS
Change-Id: I8979b70ca2efd8a09d37eb74233e15093a15806a
Issue-ID: USECASEUI-255
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/components/e2e-detail/e2e-detail.component.less')
-rw-r--r-- | usecaseui-portal/src/app/components/e2e-detail/e2e-detail.component.less | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/usecaseui-portal/src/app/components/e2e-detail/e2e-detail.component.less b/usecaseui-portal/src/app/components/e2e-detail/e2e-detail.component.less index 63b6c030..fd306c5b 100644 --- a/usecaseui-portal/src/app/components/e2e-detail/e2e-detail.component.less +++ b/usecaseui-portal/src/app/components/e2e-detail/e2e-detail.component.less @@ -76,7 +76,7 @@ hr { margin-left: 30px; box-shadow:0px 10px 15px 2px rgba(222,222,222,0.5); .baseparms { - h3 { + h3,h4{ color: #06A7E2; width: 96%; height: 40px; @@ -94,29 +94,34 @@ hr { font: 700 16px "Arial"; margin-left: 25px; } + .vnf-box{ + clear: both; + } ul{ margin-left: 30px; } ul li { // display: inline-block; margin: 10px 0; - width: 40%; + width: 49%; float: left; text-align: left; color:rgba(60,79,140,1); font-size: 14px; span { display: inline-block; - width: 30%; + width: 50%; font: 700 14px "Arial"; vertical-align: middle; overflow: hidden; - text-overflow: ellipsis; + //text-overflow: ellipsis; text-align: left; color:rgba(60,79,140,0.5); } - input,nz-select{ - width: 170px; + span.input-content{ + width: 42%; + color: #3C4F8C; + margin-left: 5%; } } } |