From db3bd8c6ef66e2a5a7811723dbfffbb7305ef5dc Mon Sep 17 00:00:00 2001 From: cyuamber Date: Fri, 20 Sep 2019 18:16:46 +0800 Subject: style: optimize the chart style of the customer Change-Id: I244a91ebc76a2978e19792f6740de887b92c4aac Issue-ID: USECASEUI-307 Signed-off-by: cyuamber --- .../components/customer/customer.component.less | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'usecaseui-portal') 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; + // } } } -- cgit 1.2.3-korg