diff options
Diffstat (limited to 'usecaseui-portal/src/app/components/customer/customer.component.less')
-rw-r--r-- | usecaseui-portal/src/app/components/customer/customer.component.less | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/usecaseui-portal/src/app/components/customer/customer.component.less b/usecaseui-portal/src/app/components/customer/customer.component.less index 3ad7191e..81274dda 100644 --- a/usecaseui-portal/src/app/components/customer/customer.component.less +++ b/usecaseui-portal/src/app/components/customer/customer.component.less @@ -43,8 +43,8 @@ display: inline-block; vertical-align: top; .customer_title { - line-height: 3.5; - height: 5%; + line-height: 3.5em; + //height: 5%; width: 100%; border-bottom: 1px #07A9E1 solid; .customers { @@ -55,6 +55,7 @@ } img { width: 30px; + height: 30px; float: right; margin-top: 7px; } @@ -63,6 +64,7 @@ .customer_detail { height: 95%; width: 100%; + overflow: auto; border-top: 1px #07A9E1 solid; .customer_add { line-height: 3.5; @@ -97,10 +99,11 @@ cursor: pointer; color: rgba(60,79,140,0.5); img { - width: 10%; + width: 30px; + height: 30px; } span { - width: 80%; + width: 70%; padding-left: 10%; display: inline-block; } @@ -119,8 +122,8 @@ display: inline-block; vertical-align: top; .services_type_title { - line-height: 3.5; - height: 5%; + line-height: 3.5em; + //height: 5%; width: 100%; border-bottom: 1px #07A9E1 solid; .servicess { @@ -131,6 +134,7 @@ } img { width: 50px; + height: 50px; float: right; margin-right: -10px; margin-top: 5px; @@ -140,6 +144,7 @@ .services_type_detail { height: 95%; width: 100%; + overflow: auto; border-top: 1px #07A9E1 solid; .services_add { line-height: 3.5; |