diff options
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%; } } } |