From: cyuamber Date: Fri, 20 Sep 2019 10:16:46 +0000 (+0800) Subject: style: optimize the chart style of the customer X-Git-Tag: 2.0.2~191^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F72%2F96072%2F1;p=usecase-ui.git style: optimize the chart style of the customer Change-Id: I244a91ebc76a2978e19792f6740de887b92c4aac Issue-ID: USECASEUI-307 Signed-off-by: cyuamber --- diff --git a/usecaseui-portal/src/app/shared/components/customer/customer.component.less b/usecaseui-portal/src/app/shared/components/customer/customer.component.less index 3d96d792..93e14455 100644 --- a/usecaseui-portal/src/app/shared/components/customer/customer.component.less +++ b/usecaseui-portal/src/app/shared/components/customer/customer.component.less @@ -56,7 +56,10 @@ } } .Cu { - margin-bottom: 7%; + margin-bottom: 20px; + p{ + margin-bottom: 60px; + } div:last-child{ color: #ddd; font-weight: 700; @@ -67,7 +70,13 @@ } } .type { + display: flex; + flex-direction: column; + justify-content: space-between; app-bar{ + position: relative; + left: 0px; + top: -6%; width: 100%; } .footname{ @@ -80,12 +89,18 @@ line-height: 40px; text-align: center; color: #3C4F8C; - margin-top: 20px; + margin-bottom: 20px; + img{ margin-right: 5px; margin-bottom: 3px; } } + // &::after{ + // display: block; + // content: ''; + // height: 1px; + // } } }