style: optimize the chart style of the customer 72/96072/1
authorcyuamber <xuranyjy@chinamobile.com>
Fri, 20 Sep 2019 10:16:46 +0000 (18:16 +0800)
committercyuamber <xuranyjy@chinamobile.com>
Fri, 20 Sep 2019 10:16:57 +0000 (18:16 +0800)
Change-Id: I244a91ebc76a2978e19792f6740de887b92c4aac
Issue-ID: USECASEUI-307
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
usecaseui-portal/src/app/shared/components/customer/customer.component.less

index 3d96d79..93e1445 100644 (file)
             }
         }
         .Cu {
-            margin-bottom: 7%;
+            margin-bottom: 20px;
+            p{
+                margin-bottom: 60px;
+            }
             div:last-child{
                 color: #ddd; 
                 font-weight: 700;
             }
         }
         .type {
+            display: flex;
+            flex-direction: column;
+            justify-content: space-between;
             app-bar{
+                position: relative;
+                left: 0px;
+                top: -6%;
                 width: 100%;
             }
             .footname{
                 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;
+            // }
 
         }
     }