diff options
author | Tao Shen <shentao@chinamobile.com> | 2019-08-21 02:50:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-21 02:50:38 +0000 |
commit | c0d931e96f772794104c4fc9fadb112b99eb68c6 (patch) | |
tree | 6b292a95186fc95021eba66089602753acad8f84 | |
parent | 51e06ad4f87797266fa0792d35c43e92836fe883 (diff) | |
parent | d7c79f5f682bed2c225e8e7671f066934ce6af21 (diff) |
Merge "style:customer page style optimization"
-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; |