style: optimize the style of the onboard page 18/96318/1
authorcyuamber <xuranyjy@chinamobile.com>
Fri, 27 Sep 2019 03:26:17 +0000 (11:26 +0800)
committercyuamber <xuranyjy@chinamobile.com>
Fri, 27 Sep 2019 03:26:27 +0000 (11:26 +0800)
Change-Id: I7370bc4638ff6fe74946fe7fcf3436ff1e6b2fbe
Issue-ID: USECASEUI-307
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
usecaseui-portal/src/app/views/services/onboard-vnf-vm/onboard-vnf-vm.component.less

index 00bbc63..77c2536 100644 (file)
@@ -123,6 +123,13 @@ hr {
                 }
                 :nth-child(4){
                     width: 5%;
+                    height:100%;
+                    .success{
+                        color:#7BC7F3!important;
+                    }
+                    .fail{
+                        color:#fb5c5c!important;
+                    }
                 }
                 .color {
                     color:rgba(66,84,143,1);
@@ -133,13 +140,6 @@ hr {
                         color:rgba(66,84,143,0.7);
                     }
                 }
-                .success{
-                    color:#7BC7F3!important;
-                }
-                .fail{
-                    color:#fb5c5c!important;
-                }
-                
             }
             
         }
@@ -158,32 +158,9 @@ hr {
             z-index: 1049;
         }
     }
-    
-    
-    
     nz-table {
         tbody {
             td {
-                span.onboarding {
-                    font-size: 12px;
-                    color: #147dc2;
-                }
-                span.onboarded {
-                    font-size: 14px;
-                    color: #147dc2;
-                }
-                span.updating {
-                    font-size: 12px;
-                    color: blue;
-                }
-                span.deleting {
-                    font-size: 12px;
-                    color: red;
-                }
-                span.invalid {
-                    font-size: 14px;
-                    color: purple;
-                }
                 i.anticon {
                     cursor: pointer;
                     font-size: 18px;
@@ -197,9 +174,6 @@ hr {
                     color: #aaa;
                     opacity: 0.6;
                 }
-                .fileIcon{
-                    display: none;
-                }
             }
         }
     }