summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/components/customer/customer.component.less
diff options
context:
space:
mode:
authorguochuyicmri <guochuyi@chinamobile.com>2019-05-13 15:06:26 +0800
committerguochuyicmri <guochuyi@chinamobile.com>2019-05-13 15:06:32 +0800
commit2e359b756193f4c93fe24b35162067d9b4470c33 (patch)
tree7dcab093943ffc739080a455a1c8335f9d8ebc4d /usecaseui-portal/src/app/components/customer/customer.component.less
parent65a6ac7f9cf0ba5a80493aaa8b7ae4355a34518f (diff)
User and service type management interface
Change-Id: I3645f2a6658e9aa240406eced6ec6e4db99c8ebf Issue-ID: USECASEUI-212 Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/components/customer/customer.component.less')
-rw-r--r--usecaseui-portal/src/app/components/customer/customer.component.less17
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;