summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app
diff options
context:
space:
mode:
authorcyuamber <xuranyjy@chinamobile.com>2019-09-20 18:16:46 +0800
committercyuamber <xuranyjy@chinamobile.com>2019-09-20 18:16:57 +0800
commitdb3bd8c6ef66e2a5a7811723dbfffbb7305ef5dc (patch)
tree730d171cf44c4529df0a376699c4489403aebb6c /usecaseui-portal/src/app
parenta711cb386553020a1348207c05ae597fcfb18212 (diff)
style: optimize the chart style of the customer
Change-Id: I244a91ebc76a2978e19792f6740de887b92c4aac Issue-ID: USECASEUI-307 Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app')
-rw-r--r--usecaseui-portal/src/app/shared/components/customer/customer.component.less19
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;
+ // }
}
}