summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/components
diff options
context:
space:
mode:
authorcyuamber <xuranyjy@chinamobile.com>2019-08-20 15:10:40 +0800
committercyuamber <xuranyjy@chinamobile.com>2019-08-20 15:22:04 +0800
commitd7c79f5f682bed2c225e8e7671f066934ce6af21 (patch)
treec8bb870604d0d29efbbfc8fcfd7098bcc3d33b1c /usecaseui-portal/src/app/components
parent8a407e8af4eadd70216065d165fdd8b0828f8c58 (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/components')
-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;