summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app
diff options
context:
space:
mode:
authorTao Shen <shentao@chinamobile.com>2019-08-21 02:50:38 +0000
committerGerrit Code Review <gerrit@onap.org>2019-08-21 02:50:38 +0000
commitc0d931e96f772794104c4fc9fadb112b99eb68c6 (patch)
tree6b292a95186fc95021eba66089602753acad8f84 /usecaseui-portal/src/app
parent51e06ad4f87797266fa0792d35c43e92836fe883 (diff)
parentd7c79f5f682bed2c225e8e7671f066934ce6af21 (diff)
Merge "style:customer page style optimization"
Diffstat (limited to 'usecaseui-portal/src/app')
-rw-r--r--usecaseui-portal/src/app/components/customer/customer.component.less6
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;