diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2019-08-20 15:10:40 +0800 |
---|---|---|
committer | cyuamber <xuranyjy@chinamobile.com> | 2019-08-20 15:22:04 +0800 |
commit | d7c79f5f682bed2c225e8e7671f066934ce6af21 (patch) | |
tree | c8bb870604d0d29efbbfc8fcfd7098bcc3d33b1c /usecaseui-portal/src/app | |
parent | 8a407e8af4eadd70216065d165fdd8b0828f8c58 (diff) |
style:customer page style optimization
Change-Id: Ic65533926b3947ea9a2a3508be490c0de40bcbbc
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/components/customer/customer.component.less | 6 |
1 files changed, 5 insertions, 1 deletions
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; |