From: cyuamber Date: Tue, 20 Aug 2019 07:10:40 +0000 (+0800) Subject: style:customer page style optimization X-Git-Tag: 2.0.2~272^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=d7c79f5f682bed2c225e8e7671f066934ce6af21;p=usecase-ui.git style:customer page style optimization Change-Id: Ic65533926b3947ea9a2a3508be490c0de40bcbbc Issue-ID: USECASEUI-307 Signed-off-by: cyuamber --- diff --git a/usecaseui-portal/src/app/components/customer/customer.component.less b/usecaseui-portal/src/app/components/customer/customer.component.less index 05aeb7d7..7d329230 100644 --- a/usecaseui-portal/src/app/components/customer/customer.component.less +++ b/usecaseui-portal/src/app/components/customer/customer.component.less @@ -14,6 +14,8 @@ limitations under the License. */ .content { + display: flex; + width: 100%; height: 100%; i.anticon { @@ -91,7 +93,9 @@ background:linear-gradient(to right, #E5F6FF, #CFEEFA); color: #3C4F8C; } - li { + li { + display:flex; + align-items: center; padding: 0 20px; height: 50px; line-height: 3.5;