diff options
author | Tao Shen <shentao@chinamobile.com> | 2019-09-20 10:41:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-09-20 10:41:13 +0000 |
commit | 046a1ae7f6c2b761b726f14e2c5a59dee30000c4 (patch) | |
tree | 9f5b6ee9e88102e4df0044aa2fd3f5e39f680ed1 /usecaseui-portal/src/app/shared/components/customer/customer.component.less | |
parent | 2ad362ee42f5ef93186feb3a9d33f04bcec3a532 (diff) | |
parent | db3bd8c6ef66e2a5a7811723dbfffbb7305ef5dc (diff) |
Merge "style: optimize the chart style of the customer"
Diffstat (limited to 'usecaseui-portal/src/app/shared/components/customer/customer.component.less')
-rw-r--r-- | usecaseui-portal/src/app/shared/components/customer/customer.component.less | 19 |
1 files changed, 17 insertions, 2 deletions
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; + // } } } |